Question Detail If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C Similar Questions : 1. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 2. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 3. 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 4. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 5. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1