News

C - using malloc to dynamically assign memory for a array of strings Soapbar Nov 2, 2008 Jump to latest Follow Reply ...
For example, malloc (4) left the first 4 bytes of memory in use. Furthermore, executing malloc (5) and malloc (6) will make the corresponding memory in use.