C++ Coding : Programming Concept Questions & Answers
Question : ______ function is used to allocate space for array in memory.
A.
malloc()
B.
realloc()
C.
alloc()
D.
calloc()
Correct Answer is : Option D.
- 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.
- Reusability of code in C++ is achieved through ____