Which of the following is correct function declaration for malloc() function in C language? A. void *

Question:

Which of the following is correct function declaration for malloc() function in C language? 

A. void * malloc ( int size_t) 

B. char* malloc (char ) 

C. int * malloc (int size_t) 

D. float * malloc ( float size_t)

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

Step by Step Answer:

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