You are on page 1of 1

Index

Sno. Programs Remarks

1. Any year input through keyboard.write a program to find whether


year is leap or not
2. According to the Gregorian calendar, it was monday on the date
01/01/01. if any year is input through the keyboard write a
program to find out what is the day on 1st january of this year.
3. A five digit number is entered through the keyboard. Write a
program to obtain the reversed number and to determine
whether the original and reversed numbers are equal or not.

4. If the ages of Ram, Shyam and Ajay are input through the
keyboard, write a program to determine the youngest of three.
5. write a program to calculate simple interest and compound
interest and difference between two
6. write a program to find lcm and hcf of two numbers in c

7. write a program to find the no. of trailing zeros in a factorial of an


number without finding actual factorial
8. write a program to find roots of a quadratic equation

9. Given three points (x1, y1), (x2, y2) and (x3, y3), write a program
to check if all the three points fall on one straight line.
10.
Given the coordinates(x,y)of a center of circle and its radius Write
a c program to find whether the given point lies inside circle, on
the circle or outside of circle.

You might also like