C Programming

C Programming Language

  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
      • C Operators
        • what is operators
        • Logical operators
        • Bitwise operators
        • Arithmetic operators
        • Relational operators
        • Sizeof operators
        • Increment or Decrement operators
        • Comma operators
        • Type cast operator
        • Ternary operators
      • If....else, if....else if....else
        • What is if-else?
        • Forms of if-else
        • more about if-else
        • Statement and flowchart of if, if..else, nested if..else, if...else if
      • Loops in C Programming
      • break, continue, switch, goto
        • break
        • continue
        • switch
        • goto
        • Flowchart for switch case statement
      • Storage Classes
        • What is storage classes in C
        • Automatic Storage Class
        • Register Storage Class
        • Static Storage Class
        • External Storage Class
        • Comparison of Storage class in C
      • Pointer
        • What is pointer
        • Concept of Pointer
        • Pointer basic example
        • Pointer extend example
      • Function
      • Array
      • C Preprocessor
        • Intro of C preprocessor
        • Macro Expansion
        • Macro rules and example
        • File inclusion
        • Conditional compilation
        • Preprocessor directives