Which of the following statement is correct prototype of the malloc() function in c ?
Answer: D
By defalut for malloc() function return type is void.