Contents

The words who meaning are already defined by compiler is called….
a) reserve words          
b) keywords
c) program words        
d) all of these

b

Structure of a C++ Program


Which of the followings are components of C++ program?
a) preprocessor directive          
b) main function
c) body of program      
d) all of these

d

A collection of special statement, which of executed before compilation process is called….
a) preprocessor directive        
b) main function
c) body of program      
d) all of these

a

Which of the following keyword is used to print output on screen in C++?
a) cin                           
b) cout
c) print                        
d) none of these

b

Which of the following keyword is used to get input data from user in C++?
a) cin                           
b) cout
c) print                        
d) none of these

a