Q. Which of the following statement is correct prototype of the malloc() function in c ? (A) void* malloc(size_t); (B) unsigned int* malloc(unsigned int); (C) Char* malloc(char); (D) int* malloc(int); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) void* malloc(size_t);