C++ MCQ Questions And Answers

C++ MCQs : This section focuses on the "Basics" in C++ programming langauge. These Multiple Choice Questions (MCQ) should be practiced to improve the C++ programming skills required for various interviews (campus interview, walk-in interview, company interview), placement, entrance exam and other competitive examinations.

1. C++ is a middle-level programming language developed by?

A. Dennis M. Ritchie
B. Bjarne Stroustrup
C. Guido van Rossum
D. Yukihiro

View Answer


2. C++ developed in?

A. 1977
B. 1978
C. 1979
D. 1980

View Answer


3. C++ is an extension of C language?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


4. C++ comprises a combination of?

A. high-level language
B. low-level language
C. high-level and low-level language
D. Can not say

View Answer


5. C++ runs on ?

A. Windows
B. MacOS
C. UNIX
D. All of the above

View Answer


6. Which of the following is true about C++?

A. C++ is very close to hardware
B. C++ programming gives you a clear understanding about Object Oriented Programming
C. C++ is one of the every green programming languages and loved by millions of software developers.
D. All of the above

View Answer


7. Which of the following applications of C++ programming?

A. Application Software Development
B. Programming Languages Development
C. Computation Programming
D. All of the above

View Answer


8. How many pillars of object-oriented development?

A. 2
B. 3
C. 4
D. 5

View Answer


9. A programming language is said to use static typing when type checking is performed during compile-time as opposed to run-time.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


10. C++ is standardized by the International Organization for Standardization (ISO).

A. True
B. False
C. Can be true or false
D. Can not say

View Answer





Discussion



* You must be logged in to add comment.