Chapter 03

De CoteiaWiki
  • Chapter 3 # The Fundamental Data Types
    • 3.1 Declarations, Expressions, and Assignment
    • 3.2 The Fundamental Data Types
    • 3.3 Characters and the Data Type char
    • 3.4 The Data Type int
    • 3.5 The Integral Types shor, long and unsigned
    • 3.6 The Floating Types
    • 3.7 The Use of typedef
    • 3.8 The sizeof Operator
    • 3.9 The Use of getchar() and putchar()
    • 3.10 Mathematical Functions
      • The Use of abs() and fabs()
      • UNIX and the Mathematics Library
    • 3.11 Conversions and Casts
      • The Integral Promotions
      • The Usual Arithmetic Conversions
      • Casts
  • 3.12 Hexadecimal and Octal Constants