1. In C, when you call free() to free some memory that has been allocated, you provideas arguments 1) a pointer to the a

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

1. In C, when you call free() to free some memory that has been allocated, you provideas arguments 1) a pointer to the a

Post by answerhappygod »

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
3. During address translation with segmented memory, where
are the base and boundsvalues for a process normally stored?
a. in registers of the CPU
b. in memory (in other words, RAM)
c. in registers of the memory management unit
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply