A simple input/output program with C
- Ask a series of questions to the user
- Once you've collected all the answers, display them out in the console with additional text
- Compiling Code to execute it
- stdio & stdlib
- All the program execution happens in main
- char, int, float, array (char[])
- scanf
- fgets
- printf
- puts