[C] Pointer and array. Here, we define a pointer named ptr to point to a memory block whose size is (1024*sizeof(char)). char *ptr = malloc( sizeof(char) ...
確定! 回上一頁