Introduction
  • Introduction
  • Say Hello
  • What is Programing?
  • First Project : Hello world
Variables
  • What is Variable?
  • Data Types
  • CODE | Variables
  • QUIZ | Variables
Conditions, Operators
  • Logical Operators
  • Logical Operators 2
  • IF Condition
  • CODE | IF Condition
  • SWITCH Condition
  • CODE | Switch
  • QUIZ | Conditions
Arrays, Loops
  • What is Array ?
  • CODE | Array
  • What is Loop?
  • CODE | for loop
  • CODE | while loop
  • CODE | do-while loop
  • QUIZ | Arrays, Loops
Functions
  • What is function ?
  • CODE | Functions
  • Why to use functions ?
  • QUIZ | Functions
Pointers
  • What is Pointer and Reference?
  • CODE | Pointers and Reference
Structs
  • What is Struct?
  • CODE | Structs
Applications
  • *Excercises*
  • How to get Input From User
  • Calculator
  • Sum of Array
  • Biggest Number From Two Arrays
  • How to get Random Number
  • Guess number
Bonus
  • Bonus Lecture: My other courses