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

1 Expert Approved Answer
Step: 1 Unlock

A Explanation malloc f... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Data Structures and Other Objects Using Java Questions!