

MCQOPTIONS
Saved Bookmarks
This section includes 52 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
51. |
What will be the output of the following C code on a 32-bit machine? |
A. | 210 |
B. | 65 |
C. | Depends on compiler |
D. | Compilation Error |
E. | None of these |
Answer» D. Compilation Error | |
52. |
What is the output of the following C code? |
A. | 129 |
B. | -129 |
C. | 127 |
D. | -127 |
E. | None of these |
Answer» E. None of these | |