Question: This is for C language QUESTION 8 Point out the error in the program #includestdio.h> int main0 int i #if A printf Enter any number:);
This is for C language
QUESTION 8 Point out the error in the program #includestdio.h> int main0 int i #if A printf Enter any number:"); scanf("%d", &i); #elif B printf The number is odd"); return 0; O Error unexpected end of file because there is no matching #endif O The number is odd O Garbage values None of above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
