

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code?
|
A. | Compilation error as lvalue is required for the expression p*q=101 |
B. | Interview Mania |
C. | Preprocessor error as lvalue is required for the expression p*q=101 |
D. | Runtime error as lvalue is required for the expression p*q=101 |
E. | None of these |
Answer» C. Preprocessor error as lvalue is required for the expression p*q=101 | |