To print a character you need to pass the value of the character to printf. The value can be referenced as name[0] or *name (since for an ...
確定! 回上一頁