0
HELP WITH.....
Hi ! j have a big problem with malloc and calloc and realoc knowing that i completed the C tutorial i don't really understand the functioning of theae functions i hope some one help me to understand them Thanks !
1 Réponse
+ 1
These functions are used for dymamic memory allocation... In C this is the only way of implement dynamic structures such as ArrayList (java), List (pythonl
If you want to get used to these functions try to code one of the many dynamic structures... :)