... allocate memory for string & test successful allocation*/ char *myString = malloc(a_sz); if (myString == NULL) { printf("Out of memory!\n"); ...
確定! 回上一頁