Basic Input & Output in C (Intro to C - 4)

Опубликовано: 04 Апрель 2026
на канале: Merlin Wellington
831
14

Format strings in C's printf statement can be used to format lots of things beyond output. This video has an introduction to format strings as they are used for getting output to the screen using printf and getting input from a keyboard using scanf. In addition, we talk about weaknesses of scanf and give an example of doing our own type conversion with fgets and strtod.

Please subscribe to see more videos about how to write high quality code. If you have questions, email me at [email protected]!

#codinginc #cprogramming #cprintf #cinput #coutput