Find out the Output
#include int main() { int i; #if A printf("Enter any number:"); scanf("%d", &i); #elif B printf("The number is odd"); return 0; }
Correct Answer:
Error: unexpected end of file because there is no matching #endif
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
Error: unexpected end of file because there is no matching #endif
need an explanation for this answer? contact us directly to get an explanation for this answer