All Tutorials
Friday, October 30, 2009
Standard C Memory
Standard C Memory
calloc
allocates and clears a two-dimensional chunk of memory
free
returns previously allocated memory to the operating system
malloc
allocates memory
realloc
changes the size of previously allocated memory
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment