Question Detail

Meaning of STL

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

1. Which of the following cannot be inherited from the base class

  • Constructor
  • Friend
  • Both A and B cannot be inherited
  • Both A and B can be inherited

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. cout is declared in the _____ standard file within the std namespace

  • outstream
  • stdin
  • iostream
  • None of above

4. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

5. Which operator is used for comparing two variables

  • :=
  • =
  • =:
  • ==
Read more from - C++ Programming Questions Answers - Chapter 1