

MCQOPTIONS
Saved Bookmarks
This section includes 2 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 use of the function "showbase"? |
A. | Indicate the base used |
B. | Indicate the variable |
C. | Indicate the base used & variable |
D. | Indicate the derived |
Answer» B. Indicate the variable | |
2. |
Choose the correct formatted code. |
A. | int a = 5; |
B. | int a=5; |
C. | int a =5; |
D. | int a5; |
Answer» B. int a=5; | |