next up previous contents
Next: 5.1 Variable Names Up: The Interactive C Manual Previous: 4 A Quick C

5 Data Types, Operations, and Expressions

Variables and constants are the basic data objects in a C program. Declarations list the variables to be used, state what type they are, and may set their initial value. Operators specify what is to be done to them. Expressions combine variables and constants to create new values.





Fred G. Martin
Fri Mar 29 17:44:15 EST 1996