MCQOPTIONS
Saved Bookmarks
| 1. |
The following program won t compile because there re space between macro name and open parenthesis. #include "stdio.h" #define MYINC ( a ) ( ( a ) + 1 ) int main() { printf("GeeksQuiz!"); return 0; } |
| A. | TRUE |
| B. | FALSE |
| Answer» C. | |