Next Page:
5 Numeric Data Types and Expression Evaluation
5 Numeric Data Types and Expression Evaluation
5.1 Representing Numbers
5.1.1 Signed and Unsigned Integer Types
5.1.2 Single and Double Precision Floating Point Numbers
5.2 New Control Constructs
5.2.1 The
for
Statement
5.2.2 The
do...while
Statement
5.3 Scalar Data Types
5.3.1 Data Type
void
5.3.2 Enumeration
5.3.3 Defining User Types:
typedef
5.4 Operators and Expression Evaluation
5.4.1 Precedence and Associativity
5.4.2 The Data Type of the Result
5.4.3 Some New Operators
5.5 Common Errors
5.6 Summary
5.7 Exercises
5.8 Problems