C++ Coding : Programming Concept Questions & Answers
Question : A ponter pointing to a variable that is not initialized is called ____
A.
Void Pointer
B.
Null
Pointer
C.
Empty Pointer
D.
Wild Pointer
Correct Answer is : Option B.
- Default constructor has ____ arguments.
- A class whos objects can not be created is known as _____
- Which class allows only one object to be created.
- Reusability of code in C++ is achieved through ____
- In CPP, members of a class are ______ by default.