download Mastguru Android App

Question Detail

Meaning of STL

  • Standard Tree Library
  • Standard Term Library
  • Standard Template Library
  • None of above
Similar Questions :

1. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

2. What is the value of sizeof(char)

  • 1
  • 2
  • 4
  • 8

3. what is a class in c++

  • Class in a collection of objects
  • Class has noting to do with object
  • It just have declaration of few variables
  • None of above

4. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above

5. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment