what does this statement do?
A = malloc(10*sizeof(long));
also another question,
if malloc() fails to allocate memory then it returns NULL right?
A = malloc(10*sizeof(long));
also another question,
if malloc() fails to allocate memory then it returns NULL right?