edited by
469 views

1 Answer

0 votes
0 votes
in preprocessing step, using #define we can't replace int which is a predefined data type so error

Related questions

3 votes
3 votes
1 answer
1
Meenakshi Sharma asked Apr 4, 2018
1,601 views
main() { float a=.5, b=.7; if(b<.7) if(a<.5) printf("TELO"); else printf("LTTE"); else printf("JKLF"); }
0 votes
0 votes
0 answers
2
iarnav asked Dec 26, 2017
423 views
what is the o/p?int main() { char inchar = 'A'; switch (inchar) { case 'A' : printf ("choice A \n") ; case 'B' : { printf ("choice B") ; break; } case 'C' : case 'D' : ca...
1 votes
1 votes
2 answers
3
rahul sharma 5 asked Dec 14, 2016
475 views
For n=2 the P is coming as 3,but none of the option is satisfying?
0 votes
0 votes
1 answer
4