TCS
Company
Programming
Program
What function should be used to free the memory allocated by calloc() ?
1. free();
2. malloc(variable_name, 0)
3. dealloc();
4. memalloc(variable_name, 0)
Read Solution (Total 2)
-
- ans)option 1
- 6 years agoHelpfull: Yes(6) No(0)
- free();
it will free memory allocated memory - 6 years agoHelpfull: Yes(0) No(0)
TCS Other Question