Which of the following function allocates requested size of bytes for single element and returns a pointer

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 and initial element value is garbage. 

A. calloc() function 

B. malloc() function 

C. realloc() function 

D. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: