1. Which header file should be included to use functions like malloc() and calloc()? | ||||||||
- Answer&Explanation
Answer:Option B
Explanation : No answer description available for this question. |
2. What function should be used to free the memory allocated by calloc() ? | ||||||||
- Answer&Explanation
Answer:Option C
Explanation : No answer description available for this question. |
3. How will you free the memory allocated by the following program?
| ||||||||
- Answer&Explanation
Answer:Option D
Explanation : No answer description available for this question. |