Skip to content

Instantly share code, notes, and snippets.

@aakashjog
Last active April 24, 2016 09:14
Show Gist options
  • Save aakashjog/8fb52f5e210ecd67de10cac7e56fac4c to your computer and use it in GitHub Desktop.
Save aakashjog/8fb52f5e210ecd67de10cac7e56fac4c to your computer and use it in GitHub Desktop.
  1. Variables
    1. Types
    2. Declaration
    3. Scopes
  2. Constants
  3. Functions
    1. Definition
    2. Declaration
    3. Return values
  4. Basic I/O
    1. printf()
    2. scanf()
    3. %d, %c
  5. Mathematical operations
    1. Unary operators
      1. ++
      2. --
    2. Binary operators
      1. +
      2. -
      3. *
      4. /
      5. %
    3. math.h
  6. Logical operators
    1. &&
    2. ||
  7. If-then-else
  8. For loops
  9. While loops
  10. Do-while loops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment