Vidyalelo
C Programming · Q97

File Input Output

Programming · C Programming · question 97

Q97

In function free(p), p is a . . . . . . . .

A.
int
B.
pointer returned by malloc()
C.
pointer returned by calloc()
D.
pointer returned by malloc() & calloc()
Answer

Answer: Option D

Solution

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