0
Why is memory management important in C/C++?
2 Réponses
+ 18
See this discussion.
[https://stackoverflow.com/questions/23069032/why-is-memory-management-important]
and this code as an example for managing dynamically allocated memory.
[https://code.sololearn.com/c59Uh2im725A]
+ 1
bcoz you don't want your app crashes or lags 😁