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 ?
For More Questions visit Here -
1) C++ was originally developed by ?
- Colcksin and Mellish
- Donald E.Knuth
- Sir Richard Handlee
- Bajarne Stoustrup
Show Answer
Answer = Bajarne Stoustrup
2) cfront ?- is the front end of C compiler
- is the pre-processor of C compiler
- is a tool that translate a C++ code to its equivalent C code
- 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 ?- is block structured language
- is not a block structured language
- aids in object oriented programming
- is an extension of C
Show Answer
Answer = is block structured language
4) Polymorphism is implemented through which mechanism in C++ ?- Late Interpretation
- Late Binding
- Early Binding
- Overloading
Show Answer
Answer = Early Binding
5) Re-usability is a desirable feature of a language as it is ? - Decreases the testing time
- Lowers the maintenance cost
- Reduce the compilation time
- 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?
- .cpp
- .exe
- .jpg
- .bak
Show Answer
Answer = .jpg
7) Which of the following is not a C++ Compiler ?
- C front
- Turbo C++
- Borland C++
- C++ compiler
Show Answer
Answer = C++ compiler
8) Why every program begins with main () in C++ ?
- As this is from the compiler knows that program execution actually starts.
- Because its name is main
- Both A and B
- 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 ?
- Inheritance
- Polymorphism
- Encapsulation
- Overloading
Show Answer
Answer = Encapsulation
10) The process by which objects of one class acquire the attributes of another class is known as............?
- Inheritance
- Polymorphism
- Data Abstraction
- Binding
Show Answer
Answer = Inheritance
For More Questions visit Here -
Do You Like This? Please take 5 seconds to share with your firends.