C++ Coding : Programming Concept Questions & Answers
Question : A C++ code line ends with ___
A.
A Semicolon (;)
B.
A Fullstop(.)
C.
A Comma (,)
D.
A Slash
(/)
Correct Answer is : Option A.
- ______ 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 _____
- Which class allows only one object to be created.