Contents

Who developed C++ language?
a) Von Neuman  
b) AL-Khwarizmi
c) Charles Babbage            
d) Bjarne Stroustrips

d

Which type of C++ language is?
a) high level language      
b) low level language
c) assembly language                                        
d) machine language

a

The basic structure of C++ language consists of …..
a) preprocessor directive                   
b) main () function
c) program body 
d) all of these

d

Which symbol is used at start of preprocessor directive?
a) number sign (#)             
b) ampersand (&)
c) two slashes (//)
d) less than symbol (<)

a

Which of the following is correct syntax for preprocessor directive?
a) #include<header file> 
b) #include’header file’
c) #include [header file]     
d) #include (header file)

a

How many headers file is in C++?
a) one    
b) two    
c) three 
d) many

c