We can also declare a string variable using characters as follows. char name[ ]= { 'S', 'a', 'm', '\0'};. Let's see two examples to print ...
確定! 回上一頁