C++ MCQ’s

C++ MCQ’s Home Page

C++ Basic 1
C++ Basic 2
C++ Basic 3
C++ Basic 4
C++ Basic 5
C++ OOPs Concepts 1
C++ OOPs Concepts 2
C++ OOPs Concepts 3
C++ OOPs Concepts 4
C++ OOPs Concepts 5

 

C++ MCQ’s | Basics 1

11.
Which of the following escape sequence represents tab?

a) \t
b) \t\r
c) \b
d) \a

12.
Who created C++?

a) Bjarne Stroustrup
b) Dennis Ritchie
c) Ken Thompson
d) Brian Kernighan

13.
Which of the following is called insertion/put to operator?

a) <<
b) >>
c) >
d) <

14.
Which of the following is called extraction/get from operator?

a) <<
b) >>
c) >
d) <

15.
A language which has the capability to generate new data types are called ________________

a) Extensible
b) Overloaded
c) Encapsulated
d) Reprehensible