1. In C, when you call free() to free some memory that has been
allocated, you provideas arguments 1) a pointer to the allocated
memory and 2) the number of bytes thatwere allocated.
True
False
2. In C, when a function is called, the address that the
function should return to whenfinished is stored in the heap memory
region.
True
False
1. In C, when you call free() to free some memory that has been allocated, you provideas arguments 1) a pointer to the a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am