A C++ Program to Check wherther a number is a prime or not
Tag
Cprograms
To check if number is palindrome or not
A C++ Program to check whether a number is a palindrome or not.
To find roots of a quadratic equation.
A C++ Program to find roots of a qudratic equation , using the famous root foruma
To find square and cube of a number
A C++ Program to find square of a number and also its Cube, using function
Cprograms
To find factorial of a number
A C++ Program to find factorial of number with basic loop techniques
To find sum/Difference of two matrices
A C++ Program to find the the sum and difference of two matrices.
To find Product / Quotient of two numbers
A C++ Program to find the product of two numbers and its quotient too.