Question: Which of the following function allocates requested size of bytes for single element and returns a pointer to first byte of allocated space at runtime
Which of the following function allocates requested size of bytes for single element and returns a pointer to first byte of allocated space at runtime and initial element value is garbage.
A. calloc() function
B. malloc() function
C. realloc() function
D. None of the above
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
B Explanation malloc funct... View full answer
Get step-by-step solutions from verified subject matter experts
