

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program?
#include
|
A. | a = 10, b = 12 |
B. | a = 12, b = 10 |
C. | Error: Declaration not allowed in macro |
D. | Error: Undefined symbol 't' |
Answer» C. Error: Declaration not allowed in macro | |