

MCQOPTIONS
Saved Bookmarks
1. |
What will be the final values of p and q in the following C code?
|
A. | k value is 0 and L value is 0 |
B. | k and L value are undefined |
C. | Compilation Error |
D. | Runtime Error |
E. | None of these |
Answer» D. Runtime Error | |