Learning C: Input and Output and Two Program Templates

Mike McMillan
Level Up Coding
Published in
6 min readFeb 24, 2021

--

Photo by YongGuang Tian on Unsplash

Before I get too deep into C, I need to show you how to get data into and out of your programs. Using assignment for data gets old after a while and you want to be able to have users enter their own data. And you definitely need to be able to see what happens to your data in a program so learning how to display data to the screen is important and necessary.

--

--

Mike McMillan writes about computer programming and running. See more of his writing and courses at https://mmcmillan.gumroad.com.