Contents

Which of the following institute developed the standard version of C language?
a) IBM                                  
b) Apple
c) ANSI                                 
d) Microsoft

c

Explanation: ANSI stand for American National Standard Institute


Which of the following year Bjarne Stroustrips developed C++ language?
a) 1970 
b) 1980 
c) 1975 
d) 1985

b

Which of the following year C++ language was commercially released?
a) 1970 
b) 1980 
c) 1975 
d) 1985

d

Which of the following are features of C++ language?
a) convenient language
b) case sensitivity
c) standard libraries            
d) all of these

d

How many basic parts that contain C++ program?
a) one    
b) two    
c) three 
d) four

c

Explanation: preprocessor directive, main () function, program body


Which of the following command is used to reopen a saved program in C++?
a) ctrl + n                              
b) ctrl + p
c) ctrl + o                             
d) ctrl + m

c