The new operation in C for dynamically allocating memory-03426
The new operation in C++ for dynamically allocating memory returns __________.
This multiple choice question (MCQ) is related to the book/course
vu cs301 Data Structures.
It can also be found in
vu cs301 Final Term - Quiz No.12.
The new operation in C++ for dynamically allocating memory returns __________.
Size of the memory it has allocated
Pointer to the memory it has allocated
Both size and pointer to the memory it has allocated
Value of the memory it has allocated