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. Which class has only one unique value for all the objects of class

  • this
  • friend
  • static
  • none of above

3. Which among following has invalid syntax ?

  • #include
  • #include file
  • #include "file"
  • None of above

4. Every class has atleast one construtor

  • True
  • False

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