Satish

  • C

Find the Factorial of a Number: C

This video tutorial illustrates finding factorial of a given number using C programming. In mathematics, the factorial of a non-negative…

14 years ago
  • C

Find Sum of Digits In A Given Number: C

Video Tutorial to illustrate, C Program to find sum of digits in the given/user entered integer number. In this program…

14 years ago
  • C

Find Given Number Is Prime or Not: C

A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than…

14 years ago
  • C++

Biggest of 2 Numbers Using Function: C++

Find the biggest of two numbers using function and ternary operator. Basics of functions: A function is a sub program…

14 years ago
  • C++

(Basic) Find Sum Using Dynamic Memory Allocation: C++

This video tutorial illustrates basics of Dynamic memory allocation in C++. It shows the use of new and delete operator…

14 years ago