The words who meaning are already defined by compiler is called….
a) reserve words
b) keywords
c) program words
d) all of these
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
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
Which of the following keyword is used to print output on screen in C++?
a) cin
b) cout
c) print
d) none of these
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