C Tutorial

Loading

  1. what is C
  2. Data Types
    • What is data type in C
    • 16 bit V/S 32 bit compiler meaning in C
    • Types of data type in C
    • Characters data type - signed char V/S unsigned char
    • Integers data types
      • signed int V/S unsigned int
      • short int V/S long int
    • float VS double data type
    • long double data type
    • Comparison of all data types
    1. C Operators
    2. If....else, if....else if....else
    3. while, for, do...while
    4. break, continue, switch, goto
    5. Storage Classes
    6. Pointer
    7. Function
    8. Array
      • What is Array
        1. Array declaration and Initialization
        2. Bounds Checking
        3. Array and function
        4. Array and Pointers
      • Array of pointers
      • 2-d Array
      • 3-d Array
    9. C Preprocessor