

MCQOPTIONS
Saved Bookmarks
This section includes 6 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. |
The NULL character indicates an end of a string and a file. |
A. | TRUE |
B. | May Be |
C. | FALSE |
D. | Can't Say |
E. | |
Answer» C. FALSE | |
2. |
The EOF character can be included in a file as part of its data |
A. | TRUE |
B. | May Be |
C. | FALSE |
D. | Can't Say |
Answer» C. FALSE | |
3. |
The following line in a program # represents |
A. | an invalid code |
B. | a null directive |
C. | a comment |
D. | a page number |
Answer» C. a comment | |
4. |
What is the output generated by the following code?ÂÂÂÂ#define square (a) (a*a)ÂÂÂÂprintf("%d", square (4+5) ) ; |
A. | 81 |
B. | 4 |
C. | 29 |
D. | None of the above. |
Answer» D. None of the above. | |
5. |
Identify the trigraph sequence for^. |
A. | ??/ |
B. | ??= |
C. | ?? |
D. | ??! |
Answer» D. ??! | |
6. |
Identify the trigraph sequence for . |
A. | ??/ |
B. | ??= |
C. | ?? |
D. | ??! |
Answer» B. ??= | |