Loading, please wait...

C++ OOPS Multiple Choice Questions And Answers

Search here for MCQs

Here you will get C++ OOPS Multiple Choice Questions And Answers for you next job or exam

C++ OOPS Multiple Choice Questions And Answers

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. Who is the father of C++?

  • Ken Thompson
  • Guido Van Rossum
  • Bjarne Stroustrup
  • Dennis Ritchie

2. How much bytes are occupied by int?

  • 4
  • 2
  • 8
  • 16

3. Which symbol is used as address operator?

  • &
  • *
  • #
  • $

4. C++ is both procedural as well as object oriented programming language.

  • False
  • True

5. The member in class by default are

  • Protected
  • Static
  • Public
  • Private