Introduction of C++ Exercise
Introduction of C++ Exercise I
Ques 1
The first edition of The C++ Programming Language was released in.....
a) 1980
b) 1979
c) 1985
d) 1981
c is the correct option
Ques 2
Which of the following is false about C++ Programming?
a) C++ is object Oriented Programming Language.
b) C++ does not exists multiple inheritance.
c) C++ have STL functions.
d) both (a) and (c)
b is the correct option
Ques 3
Which of the following is true about C++ Programming?
a) C++ is object Oriented Programming Language.
b) C++ is a Structured programming language.
c) C++ have STL functions.
d) All of these
d is the correct option
Ques 4
Who developed of C++ Programming?
a) Dennis Ritchie
b) Kevin Perter
c) Bjarne Stroustrup
d) Guido van Rossum
c is the correct option