Subscribe to:
Post Comments (Atom)
Search This Blog
-
▼
2020
(24)
-
▼
September
(24)
- Program to check whether the number is divisible b...
- A program that reads time in second and convert i...
- Program to convert given number of days into year,...
- A program to find the quadrants of a given co-ordi...
- A Program to print given number in reverse order
- Program to print the fibonacci series.
- Program to check whether the number is armstrong ...
- Making a simple calculator using C
- Alternative method to find the multiplication table.
- Program to find the multiplication table of a number
- Program to check weather the number is palindrome...
- A program to compare three numbers and display th...
- Program to check weather the given number is odd o...
- Program to find the factorial of a number
- Program to check weather the number is odd or even
- Program to find the sum of two numbers
- Program to calculate Simple Interest
- Program to calculate circumference of the circle
- Program to calculate area of the rectangle
- Program to print Hello World in C
- Types of error in C
- Advantages and Disadvantages of C
- What are the features of c?
- What is C?
-
▼
September
(24)
Labels
About Me
Program to print weather the number is happy or not.
#include <stdio.h> #include <math.h> int main () { int i , j , num , temp , sum = 0 ; printf ( "Enter number\n...
No comments:
Post a Comment
If you have any doubt, please ask in the comment section.