An array name is a constant pointer to the first (0th) array element; thus: mesg == &mesg[0] ; // address of the first character in the message. mesg[0] == * ...
確定! 回上一頁