Explanation: · In char *a = aa; , a is a pointer to a char array and stores the base address of the aa . · In char *b = bb; , b is a pointer to a char array and ...
確定! 回上一頁