MCQOPTIONS
Saved Bookmarks
| 1. |
Pick out the correct statement with respect to the heap. |
| A. | Local variables are stored on the heap |
| B. | Static variables are stored on the heap |
| C. | Heap is the data structure which is used to implement recursive function calls |
| D. | Everything on the heap is anonymous |
| Answer» B. Static variables are stored on the heap | |