How to deallocate memory using pointers | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to deallocate memory using pointers

4th Aug 2023, 3:48 AM
Jai
1 ответ
+ 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
4th Aug 2023, 4:36 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar