0
What is the inverse function of the function calloc() in c.?
4 Réponses
+ 1
I mean which and what purpose you are asking? WaYR🇧🇩
If you mean about reversing of delete the allocated memory by calloc then the answer is :
void free( void *pointer); it frees memory previously allocated by malloc or calloc
0
What is mean by inverse there?
0
Opposite.
0
Ya bro. Thats one.
Jayakrishna🇮🇳 thnx.