Download Dev C++
Programs in C++ are provided in this page
Arithmetic Assignment Operators
CLICK THE LINK TO DOWNLOAD
1. Arithmetic Operators
2. Relational Operators
3. Increment Operators
4. Decrement Operators
5. Logical Operators
Nested "else-if" statement
1. "if" statement
2. "if-else" statement
3. nested "if" statement
4. Day number using "switch" statement
5. Grading using "switch" statement
6. "for" loop
7. "while" loop
8. How "while" is different than "for" loop
9. "do-while" loop
11. "break" jump statement
12. "continue" jump statement
13. "goto" jump statement
Quadratic Formula UDFÂ
Pre-defined Functions
1. sqrt()
2. pow()
3. abs()
User-defined Functions
1. Sum of two numbers
2. Area of circle