C99 Language Standard Logo

Contents

  • Foreword
  • Introduction
  • 1. Scope
  • 2. Normative references
  • 3. Terms, definitions, and symbols
    • 3.1 access
    • 3.2 alignment
    • 3.3 argument
    • 3.4 behavior
      • 3.4.1 implementation-defined behavior
      • 3.4.2 locale-specific behavior
      • 3.4.3 undefined behavior
      • 3.4.4 unspecified behavior
    • 3.5 bit
    • 3.6 byte
    • 3.7 character
    • 3.8 constraint
    • 3.9 correctly rounded result
    • 3.10 diagnostic message
    • 3.11 forward reference
    • 3.12 implementation
    • 3.13 implementation limit
    • 3.14 object
    • 3.15 parameter
    • 3.16 recommended practice
    • 3.17 value
    • 3.18 ⌈ x ⌉
    • 3.19 ⌊ x ⌋
  • 4. Conformance
  • 5. Environment
  • 6. Language
  • 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
  • 3. Terms, definitions, and symbols
  • 3.4 behavior
Previous Next

3.4 behavior

  • 3.4.1 implementation-defined behavior
  • 3.4.2 locale-specific behavior
  • 3.4.3 undefined behavior
  • 3.4.4 unspecified behavior

1

behavior

external appearance or action

Previous Next