Raena AI
Your AI Study Solution
Toggle theme
EN
Create free account
Dynamic Memory Allocation in C++: new and delete
Dynamic Memory Allocation in C++: new and delete
Quiz
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10
Question 11
Question 12
Restart
Which type of memory allocation is characterized by memory being allocated once when the program runs and persisting throughout its life?
A.
A. Automatic memory allocation
B.
C. Static memory allocation
C.
B. Dynamic memory allocation
D.
D. Heap memory allocation
Check Answer