Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Allocating memory at runtime is also called as?
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];
Related Answered Questions
Related Open Questions