Which of the following symbol inform the compiler to search in current directory for specified file?
a) <>
b) ()
c) “”
d) {}
A predefined word in C++ library with fixed meaning and used to define predefine operation is called….
a) reserve words
b) header words
c) program words
d) all of these
The words who meaning are already defined by compiler is called….
a) reserve words
b) keywords
c) program words
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