Vidyalelo
C Programming · Q201

Standard Library Functions

Programming · C Programming · question 201

Q201

What is returned by the function if the space cannot be allocated by the function malloc(), realloc() and calloc()?

A.
value
B.
error
C.
null pointer
Answer
D.
no value

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board