💻
C - Structured Programming Language
Ctrlk
  • C - Structured Programming Language
  • Structured Programming Language
    • Chapter 0: Overview
    • Chapter 1: Data Type, IO
      • Data Type
      • Variable
      • Primitive Data Type: Format Specifier and Size
      • Literals
      • Primitive Data Type: Input Output
      • IO Error
      • Escape Sequence / Backslash Characters
      • Data Type Modifiers
      • Data Type Limit
      • Memory Segment
      • Type Casting
      • Declaration of Derived Data Type
      • Declaration of User Defined Data Type
      • Declaration of Other Data Type
        • Boolean
        • Complex and Imaginary Number
        • File
        • Clock and Time
    • Chapter 2: Operator
    • Chapter 3: Conditional Statement
    • Chapter 4: Loop
    • Chapter 5: Pointer and Dynamic Memory Allocation
    • Chapter 6: Function & Recursion
    • Chapter 7: Array
    • Chapter 8: Character and String
    • Chapter 9: Structure
    • Chapter 10: File
    • Miscellaneous
    • Reference
  • Exercise
    • Problem Set 0: IDE, First C Program - 4
    • Problem Set 1: Data Types, IO - 55
    • Problem Set 2: Operator - 108
    • Problem Set 3: Conditional Statements - 47
    • Problem Set 4: Loop - 124
    • Problem Set 5: Pointer and Dynamic Memory Allocation
    • Problem Set 6: Function and Recursion - 42
    • Problem Set 7: Array
    • Problem Set 8: Character and String - 61
    • Problem Set 9: Structure
    • Problem Set 10: File
  • Solution
    • 0: IDE, First C Program
    • 1: Data Types, IO
    • 2: Operator
    • 3: Conditional Statements
    • 4: Loop
    • 5: Pointer and Dynamic Memory Allocation
    • 6: Function and Recursion
    • 7: Array
    • 8: Character and String
    • 9: Structure
    • 10: File
Powered by GitBook
On this page
  1. Structured Programming Language
  2. Chapter 1: Data Type, IO

Declaration of Other Data Type

BooleanComplex and Imaginary NumberFileClock and Time
PreviousTypedefNextBoolean