Question Detail Which operator is used for comparing two variables :===:== Answer: Option D Ad Similar Questions : 1. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 2. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 3. C++ programs must contain start()system()main()program() Answer: Option C 4. 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 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1