Introduction of C++ MCQs Exercise I


Ques 1 Introduction


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 Introduction


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 Introduction


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 Introduction


Who developed of C++ Programming?
  a) Dennis Ritchie
  b) Kevin Perter
  c) Bjarne Stroustrup
  d) Guido van Rossum


c is the correct option

C++ programming language was developed by Bjarne Stroustrup.