+ 1
How to deallocate memory using pointers
1 Resposta
+ 5
Jai
Have you tried to using search bar?
Plz read this before asking any questions..
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
Quick quide.
To deallocate memory using pointers in C, you can use the "free()" function.
See this what I found after searching..
https://www.geeksforgeeks.org/dynamic-memory-allocation-in-c-using-malloc-calloc-free-and-realloc/amp/
Tutorial regarding this..
https://youtu.be/Dn87Bna23TQ