Home » C Programming » Storage Classes » Question
  1. In function free(p), p is a _______.
    1. Pointer returned by malloc() & calloc()
    2. Pointer returned by calloc()
    3. Pointer returned by malloc()
    4. int
    5. None of these
Correct Option: A

Pointer returned by malloc() & calloc()



Your comments will be displayed only after manual approval.