Who developed C++ language?
a) Von Neuman
b) AL-Khwarizmi
c) Charles Babbage
d) Bjarne Stroustrips
Which type of C++ language is?
a) high level language
b) low level language
c) assembly language
d) machine language
The basic structure of C++ language consists of …..
a) preprocessor directive
b) main () function
c) program body
d) all of these
Which symbol is used at start of preprocessor directive?
a) number sign (#)
b) ampersand (&)
c) two slashes (//)
d) less than symbol (<)
Which of the following is correct syntax for preprocessor directive?
a) #include<header file>
b) #include’header file’
c) #include [header file]
d) #include (header file)
How many headers file is in C++?
a) one
b) two
c) three
d) many