page 35
Deep sentence:
The type of an object determines the set of values it can have and what operations can be performed on it.This is a fairly formal, mathematical definition of what a type is, but it is traditional (and meaningful). There are several implications to remember:
You don't need to worry about the list of ``small changes and additions'' made by the ANSI standard, unless you started learning C long ago or have a keen interest in its history. We'll be using these new features indiscriminately, usually without comment.
section 2.2: Data Types and Sizes
section 2.5: Arithmetic Operators
section 2.6: Relational and Logical Operators
section 2.8: Increment and Decrement Operators
section 2.9: Bitwise Operators
section 2.10: Assignment Operators and Expressions
section 2.11: Conditional Expressions
section 2.12: Precedence and Order of Evaluation
Read sequentially: prev next up top
This page by Steve Summit // Copyright 1995, 1996 // mail feedback