MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following code do?int* ptr = (int*)malloc(100 * sizeof(int)); |
| A. | Static Memory Allocation |
| B. | Static Memory Clearance |
| C. | Dynamic Memory Allocation |
| D. | Dynamic Memory Clearance |
| Answer» D. Dynamic Memory Clearance | |