Question Detail Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C Similar Questions : 1. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 2. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 3. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A 4. How we mark the end of c++ statement ;:>><< Answer: Option A 5. C++ programs must contain start()system()main()program() Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1