Previous: 5.3 Scalar Data Types
Up: 5 Numeric Data Types and Expression Evaluation
Next: 5.5 Common Errors
Previous Page: 5.3.3 Defining User Types: typedef
Next Page: 5.4.1 Precedence and Associativity
Once we can declare data to be the type and size with the appropriate precision for our task, we would like to perform operations with the data. We have already discussed some of the basic C operators, and in this section we provide the complete precedence table for all C operators. We present a few new operators here, and others shown in the table will be discussed in detail in later chapters.