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 of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 2. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 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. How we mark the end of c++ statement ;:>><< Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1