

MCQOPTIONS
Saved Bookmarks
This section includes 102 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
101. |
What will be the output of the program?
#include
|
A. | Error |
B. | H |
C. | Hello |
D. | Hel |
Answer» D. Hel | |
102. |
What will be the output of the program?
#include
|
A. | 128 |
B. | Garbage value |
C. | Error |
D. | 0 |
Answer» B. Garbage value | |