

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following C code? #include <stdio.h> void main() { int var = 15 - 14 + 12 * 15; printf("%d", var); } |
A. | 15 |
B. | 14 |
C. | 12 |
D. | 811 |
E. | 181 |
Answer» F. | |