C99 Language Standard Logo

Contents

  • Foreword
  • Introduction
  • 1. Scope
  • 2. Normative references
  • 3. Terms, definitions, and symbols
  • 4. Conformance
  • 5. Environment
  • 6. Language
    • 6.1 Notation
    • 6.2 Concepts
    • 6.3 Conversions
      • 6.3.1 Arithmetic operands
        • 6.3.1.1 Boolean, characters, and integers
        • 6.3.1.2 Boolean type
        • 6.3.1.3 Signed and unsigned integers
        • 6.3.1.4 Real floating and integer
        • 6.3.1.5 Real floating types
        • 6.3.1.6 Complex types
        • 6.3.1.7 Real and complex
        • 6.3.1.8 Usual arithmetic conversions
      • 6.3.2 Other operands
    • 6.4 Lexical elements
    • 6.5 Expressions
    • 6.6 Constant expressions
    • 6.7 Declarations
    • 6.8 Statements and blocks
    • 6.9 External definitions
    • 6.10 Preprocessing directives
    • 6.11 Future language directions
  • 7. Library
  • Annex A
  • Annex B
  • Annex C
  • Annex D
  • Annex E
  • Annex F
  • Annex G
  • Annex H
  • Annex I
  • Annex J
  • Bibliography
C99 Language Standard
  • 6. Language
  • 6.3 Conversions
  • 6.3.1 Arithmetic operands
Previous Next

6.3.1 Arithmetic operands

  • 6.3.1.1 Boolean, characters, and integers
  • 6.3.1.2 Boolean type
  • 6.3.1.3 Signed and unsigned integers
  • 6.3.1.4 Real floating and integer
  • 6.3.1.5 Real floating types
  • 6.3.1.6 Complex types
  • 6.3.1.7 Real and complex
  • 6.3.1.8 Usual arithmetic conversions
Previous Next