Introduction to C++ Programming Questions and Answers Quiz

Here we are share Best Multiple Choice Questions and Answers on Introduction to C++ Programming. Introduction to C++ Programming MCQ with Examples, C++ Programming Questions with answers.
1) C++ was originally developed by ?
  1. Colcksin and Mellish
  2. Donald E.Knuth
  3. Sir Richard Handlee
  4. Bajarne Stoustrup
Show Answer
Answer = Bajarne Stoustrup
2) cfront ?
  1. is the front end of C compiler
  2. is the pre-processor of C compiler
  3. is a tool that translate a C++ code to its equivalent C code
  4. None of above
Show Answer
Answer = is a tool that translate a C++ code to its equivalent C code
3) Which of the following is false about object oriented ?
  1. is block structured language
  2. is not a block structured language
  3. aids in object oriented programming
  4. is an extension of C
Show Answer
Answer = is block structured language
4) Polymorphism is implemented through which mechanism in C++ ?
  1. Late Interpretation
  2. Late Binding
  3. Early Binding
  4. Overloading
Show Answer
Answer = Early Binding
5) Re-usability is a desirable feature of a language as it is ?
  1. Decreases the testing time
  2. Lowers the maintenance cost
  3. Reduce the compilation time
  4. Reduces the exectution time
Show Answer
Answer = Lowers the maintenance cost
6) Which of the following is not an extension associated during the creation of a C++ program?
  1. .cpp
  2. .exe
  3. .jpg
  4. .bak
Show Answer
Answer = .jpg
7) Which of the following is not a C++ Compiler ?
  1. C front
  2. Turbo C++
  3. Borland C++
  4. C++ compiler
Show Answer
Answer = C++ compiler
8) Why every program begins with main () in C++ ?
  1. As this is from the compiler knows that program execution actually starts.
  2. Because its name is main
  3. Both A and B
  4. None of above
Show Answer
Answer = As this is from the compiler knows that program execution actually starts.
9) The wrapping up of data and functions into a single unit is called ?
  1. Inheritance
  2. Polymorphism
  3. Encapsulation
  4. Overloading
Show Answer
Answer = Encapsulation
10) The process by which objects of one class acquire the attributes of another class is known as............?
  1. Inheritance
  2. Polymorphism
  3. Data Abstraction
  4. Binding
Show Answer
Answer = Inheritance

For More Questions visit Here -


Do You Like This? Please take 5 seconds to share with your firends.