Mudanças entre as edições de "Chapter 03"

De CoteiaWiki
(Criou página com '* 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 D…')
 
 
Linha 6: Linha 6:
 
** 3.5 The Integral Types shor, long and unsigned
 
** 3.5 The Integral Types shor, long and unsigned
 
** 3.6 The Floating Types
 
** 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

Edição atual tal como às 16h36min de 13 de maio de 2010

  • 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