Contents

What is the extension of C++ program is?
a) .h       
b) .cpp   
c) .obj    
d) .exe

b

What is the extension of object file is?
a) .c       
b) .txt    
c) .obj    
d) .h

c

Which of the following key is used to compile C++ program?
a) ALT + F5                         
b) ALT + F9
c) Ctrl + F5                           
d) Ctrl + F9

b

Which of the following key is used to execute a C++ program?
a) ALT + F9                         
b) Ctrl + F9
c) Ctrl + S                             
d) Ctrl + F5

b

The .exe file is produced by…….
a) linker                                
b) loader
c) compiler                           
d) interpreter

b

Which of the following key is used to save the file?
a) F2
b) F3                      
c) F5                      
d) F9

a