MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
In a program the statement:#include "filename"is replaced by the contents of the file "filename"? |
| A. | Before compilation |
| B. | During execution |
| C. | After Compilation |
| D. | None of the above |
| E. | |
| Answer» B. During execution | |
| 2. |
All macro substitutions in a program are done? |
| A. | Before compilation of the program. |
| B. | During execution |
| C. | After compilation |
| D. | None of the above |
| Answer» B. During execution | |
| 3. |
Tn a macro call the control is passed to the macro. |
| A. | TRUE |
| B. | FALSE |
| C. | May Be |
| D. | Can't Say |
| Answer» C. May Be | |
| 4. |
After preprocessing when the program is sent forcompilation the macros are removed from the expanded source code. |
| A. | TRUE |
| B. | FALSE |
| C. | Can be true or false |
| D. | Can't Say |
| Answer» B. FALSE | |
| 5. |
A macro should always be accommodated in a singleline. |
| A. | TRUE |
| B. | May Be |
| C. | FALSE |
| D. | Can't Say |
| Answer» B. May Be | |