

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your C++ Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
What is the output of this program?
|
A. | 211.025 |
B. | 211.25 |
C. | Compilation Error |
D. | Runtime Error |
E. | None of these |
Answer» B. 211.25 | |
2. |
What is the output of this program?
|
A. | 100 |
B. | Compilation Error |
C. | Runtime Error |
D. | Garbage value |
E. | None of these |
Answer» C. Runtime Error | |
3. |
What is the output of this program?
|
A. | The value of Num is 10 |
B. | The value of Num is 100 |
C. | The value of Num is 1000 |
D. | Compilation Error |
E. | None of these |
Answer» C. The value of Num is 1000 | |
4. |
What is the output of this program?
|
A. | 144 |
B. | Compilation Error |
C. | Runtime Error |
D. | Garbage value |
E. | None of these |
Answer» F. | |
5. |
What is the output of this program?
|
A. | Details about current file |
B. | Compilation Error |
C. | Runtime Error |
D. | Garbage value |
E. | None of these |
Answer» B. Compilation Error | |
6. |
What is the other name of the macro? |
A. | link directive |
B. | executed directive |
C. | scripted directive |
D. | All of above |
E. | None of these |
Answer» D. All of above | |