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. Which type of variables can be referred from anywhere in the c++ code All variablesLocal variablesUniversal variablesGlobal variables Answer: Option D 2. What is the value of sizeof(char) 1248 Answer: Option A 3. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 4. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C Answer: Option A 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1