When using scanf() on a string (array of char) in C programming, we call the first address of the element of the string such as str1 which is equal to &str1 [0] ...
確定! 回上一頁