The scanf function uses the same placeholders as printf: int uses %d; float uses %f; char uses %c; character strings (discussed later) ...
確定! 回上一頁