Introduction to C , Data Types and Operators
In this chapter you will be introduced to computer programming and how C evolved as a language. This section will help you take your first steps into the wonderful world of C. We use computers to store information and these could be numbers, letters and characters. Before we can store this information we need to identify what kind of information it is and also manage it using a language like C.
- Computer Programming
- Structure of a C
- IDE, Errors, Algorithms and Flowcharts
- Data types, Variables, Constants