The syntax of the malloc function is-02852
The syntax of the malloc function is __________
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.24 - Quiz No.1.
The syntax of the malloc function is __________
char * malloc (size_t size) ;
void * malloc (size_t size) ;
void * maloc (size_t size) ;
void * mallok (size_t size)