Allocating memory at runtime is also called as?

Skill/Topic: Array
A) Statically allocating memory
B) Dynamically allocating memory
C) Sequentially allocating memory
D) All of the above
Explanation: Allocating memory at runtime is called a dynamically allocating memory. In this,you dynamically allocate memory by using the new operator when declaring the array, for example:int grades[] = new int[10];

Showing Answers 1 - 4 of 4 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions