MCQOPTIONS
Saved Bookmarks
| 1. |
Guess the output of the program ? #include<stdio.h> int main() { int i = 1, j = 2; if(i = 1) && if(j = 2) printf("India is my country"); return 0; } |
| A. | Error : Expression Syntax Error |
| B. | No output and No Error |
| C. | Error: Undeclared identifier if |
| D. | Error: Misplaced If |
| Answer» E. | |