In this program we have to implement algorithm which give the how many digits in numbers
program to check whether number is armstrong or not
We have to implement an algorithm to check the number is palindrone or not
this program for sum of numbers from 1 to 100. same way you can also give the starting number and ending number to addi…
In this Program we have to implement the algorithm to reverse the digit of an Integer. id user enter 123 output will be…
In this program we have to create a program which give output like if user enter 123 then output should be 14 it means …
To understand this program, you should have the basic knowledge of the programming operator and if...else statement
A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A …
Factorial says to multiply all whole numbers from the chosen number down to 1. The mathematical symbol of Factorial is …
Here we have to check the number is Positive, Negative Or Zero, using if..elseif ladder statement we can easily set our…
Here we have to take a int type value by the user Then we have to check the entered number is even or odd. in above pro…
Here we have to take a int type value by the user and using user value we have to display the corresponding month name …
this program is same as our previuos program " Write a program to find the area of rectangle square and circle &q…
In this program we have to calculate the area of rectangle, square, and circle. if you know the formula for find the ar…
In this program we have declared two variables a And b with dataType int also we have store 50 and 40 values to this va…
In this program we have declare two variables a And b with dataType int also we have store 50 and 10 values to this var…
Here we will write a C programs in this program we have to declare some variables of type int, float and double. also w…
Here we will write a C programs to display Hello World on the screen. In this program we are displays the Hello World m…
SYIT