| 1. | Specify the 2 library functions to dynamically allocate memory? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 2. | How will you free the memory allocated by the following program? #include<stdio.h> int main() |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 3. | What function should be used to free the memory allocated by calloc() ? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 4. | Which header file should be included to use functions like malloc() and calloc()? |
|||||||
Answer: Option B Explanation: No answer description available for this question. Let us discuss.
|
