... Define the amount of memory required */ length1 = 10; length2 = 30; /* Allocate memory for our string */ ptr1 = (char *)malloc(length1); /* Check to see ...
確定! 回上一頁