That is because the type of a is int , the type of s is char * , and the type of "hello" is char[6] (char array of size 6). 4. Consider the following code:
確定! 回上一頁