We used (char*) to typecast the pointer returned by malloc to character. ... //memory allocated using malloc if(p == NULL) { printf("memory cannot be ...
確定! 回上一頁