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
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)
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
A Explanation malloc f... View full answer
Get step-by-step solutions from verified subject matter experts
