Answer: Option [D]
The library function free() is used to deallocate the memory that is no longer be used. This deallocated memory is dynamically allocated by malloc, calloc and realloc previously.
Answer: Option [D]
The library function free() is used to deallocate the memory that is no longer be used. This deallocated memory is dynamically allocated by malloc, calloc and realloc previously.
Answer: Option [B]
Article and Schedule Quiz | Start Test! |
Answer: Option [B]
The stdlib.h header file contains malloc(), calloc() and realloc() dynamically allocated array functions.
Answer: Option [A]