Question Detail Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C Similar Questions : 1. Which is boolean operator for logical and &||&|&& Answer: Option D 2. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B 3. What is inheritance Inheritance allows one class to reuse the state and behavior of another class.It deals with dangling pointersIt deals with void pointersIt is type of class declaration Answer: Option A 4. C++ programs must contain start()system()main()program() Answer: Option C 5. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1