Hello,
i'm so new to the C malloc() so i need some programer supervission on it. In the dynamic allocation of memory using malloc() to return the value of a proper type is it proper to do something like the following:
int **space;
// allocates memory space
for(i=0, i<n; i++)
space =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.