1.

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» B. Pointer returned by malloc()


Discussion

No Comment Found