C++ Coding : Programming Concept Questions & Answers
Question : An expression A.B in C++ means ____
A.
A is member of object B
B.
B is member of Object A
C.
Product
of A and B
D.
None of these
Correct Answer is : Option B.
- A C++ code line ends with ___
- ______ function is used to allocate space for array in memory.
- A ponter pointing to a variable that is not initialized is called ____
- Default constructor has ____ arguments.
- A class whos objects can not be created is known as _____