Satish

  • C++

Biggest of Two Numbers Using Ternary Operator: C++

Video tutorial to find the biggest of the two integer numbers in C++, using Ternary Operator. To find biggest of…

14 years ago
  • C++

Find Biggest of 2 Numbers: C++

Video tutorial to find the biggest of the two integer numbers in C++, using if-else control statements. Full Source Code…

14 years ago
  • C++

Addition of 2 Numbers: C++

This video tutorial illustrates a simple program of adding two integer numbers. Full Source Code #include #include void main() {…

14 years ago
  • C++

Object Oriented Programming: C++

To understand and switch from C to C++, you need to know some of the basic similarities and differences between…

14 years ago
  • C

Colorful Text Output: C program

This video tutorial shows a simple method to get the output in different colors, on the dosprompt: using a simple…

14 years ago