-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
}
}
">Main(){ int x=5; clrscr(); for(;x==0;x--) { printf("x=%dn�", x--); }}
A) none of the aboveB) 0, 1, 2, 3, 4C) 1, 2, 3, 4, 5D) 4, 3, 2, 1, 0Explanation: prints nothing, as condition x==0 is False
-
-
-
-
-
C Interview Questions
Ans