Tutorial Study Image

C++ Online Quiz

Following quiz provides Multiple Choice Questions (MCQs) related to C++ . You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.


Q 1 - How many arguments have the default constructor has in C++?

Show Answer
 Answer is : Option D

Q 2 - Name the C++ program's smallest unit that can stand alone?

Show Answer
 Answer is : Option C

Q 3 - Select the correct option from where does a C++ program starts?

Show Answer
 Answer is : Option C

Q 4 - In C++ which header files help to do file input-output operations?

Show Answer
 Answer is : Option B

Q 5 - In C++, which is used to generate an exception?

Show Answer
 Answer is : Option D

Q 6 - select the right answer for the range of signed char in C++?

Show Answer
 Answer is : Option D

Q 7 - How many types of errors are there in C++?

Show Answer
 Answer is : Option C

Q 8 - Which storage class is used to get the global visibility in C++?

Show Answer
 Answer is : Option A

Q 9 - How many type of arrays are there in C++?

Show Answer
 Answer is : Option B

Q 10 - Select the correct format for defining an array of pointers in C++?

Show Answer
 Answer is : Option B