Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C言語のprintfand関数でフォーマットされたというのはどういう意味なのか知りたいです。scanf私は C プログラミングが初めてで、フォーマットの意味がわかりませんでした。誰か適切な説明を教えてください。
printf
scanf
フォーマットされた出力と同様に、11003.145 の myMoney という double を $11,003.15 として「印刷」できます。