int main { char *p1 = "hello"; char *p2; p2 = (char *)malloc(20); //p2 ... 因為memset是以位元組為單位就是對array指向的記憶體的5個位元組進行 ...
確定! 回上一頁