02_Decision_Looping_ Arrays
02_Decision_Looping_ Arrays
▪ Introduce
▪ Array in C
▪ Decision in C
▪ Looping In C
▪ What is Array?
▪ Multidimensional Arrays
▪ Array in memory
▪ How to declare an Array?
▪ How works with array?
▪ When will using Array?
DECISION IN C
▪ Introduce
▪ How to build an expression?
▪ if, else… statement
▪ switch… statement
LOOPING IN C
▪ What is looping in C?
▪ Syntax
▪ Enter and exit, break looping follow.
▪ How to use looping?
▪ Key words for Looping
- Goto
- Continue
- Exit()
- Break()
- Return
▪ Array in C
▪ Decision in C
▪ Looping In C