L1-1 - What is C?
In this lesson, you will be introduced to the C language and and understand the very basics on how to write a program using C.
Steps
- Set up your environent in which you will be programming in C. There are many online resources that you can find online to do C programming right in your browser. Otherwise, we recommend that you develop your C programs and compile them on your computer.
- In the wikibooks textbook, read Chapter 6: Intro exercise.
- In the wikibooks textbook, read Chapter 9: Structure and Style