Top

Discussion

Which of the following statement is correct prototype of the malloc() function in c ?

  • A.int* malloc(int);
  • B.char* malloc(char);
  • C.unsigned int* malloc(unsigned int);
  • D.void* malloc(size_t);

Answer: D

No answer description available for this question

No comment is present. Be the first to comment.
Loading…

Post your comment