c++
by Mohmed sabry
1. Basics
1.1. Datatype
1.1.1. Numaric
1.1.1.1. int
1.1.1.2. float
1.1.1.3. double
1.1.1.4. long
1.1.1.5. short
1.1.1.6. long long
1.1.2. Character
1.1.2.1. String
1.1.2.2. char
1.2. Repetion statment
1.2.1. For Loop
1.2.2. Do...while loop
1.2.3. While loop