Concept Flow - Using printf for output
Start program
Call printf
Process format string
Print output to screen
Return to main
End program
The program starts, calls printf to process the format string and arguments, prints output to the screen, then continues or ends.