Print various different Pattern: C Program
These program prints various different patterns of numbers and stars. These codes illustrate how to…
Swapping of two numbers: C Program
C program to swap two numbers with and without using third variable, swapping in c…
Fibonacci Numbers: C Program
Fibonacci series in C programming: C program for Fibonacci series without and with recursion. Using…
Check number is Palindrome or not: C Program
Palindrome number in C: A palindrome number is a number such that if we reverse…
Find Armstrong number: C Program
An Armstrong number is an n-digit number that is equal to the sum of the…
Find Prime numbers : C Program
How to find prime number? You may remember that a prime number is one whose…
Increment and Decrement operators: C program
Increment and decrement operators are unary operators that add or subtract one from their operand,…
Find volume of cube : C Program
[caption id="attachment_196" align="alignright" width="223"] CUBE[/caption] This program is to find volume of a cube which…