A string is represented by a dynamic "char array" internally. In order to access a specific char from string, you can do "Hello"[1] which ...
確定! 回上一頁