Question Detail

Meaning of STL

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

1. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

2. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

3. What is inheritance

  • Inheritance allows one class to reuse the state and behavior of another class.
  • It deals with dangling pointers
  • It deals with void pointers
  • It is type of class declaration

4. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False
Read more from - C++ Programming Questions Answers - Chapter 1