C Program to accept 2 numbers & find the greater number
Write a C Program which accepts two numbers from the user. Find the greater number from accepted values (numbers can be equal too).
Continue readingC Program to find the smallest number using Conditional Operator
Write C program to enter two numbers and find the smallest out of them using conditional operator.
Continue readingC Program To Find Simple Interest
C program to find the Simple Interest. Inputs are principal amount, period in year and rate of interest.
Continue readingFind Squares and Cubes of any 3 numbers
C Program to accept any three numbers and find their squares and cubes.
Continue readingConvert temperature from Fahrenheit to Celsius
Write a program to enter the temperature in Fahrenheit and convert it to Celsius. Temperature conversion formula [C = ((F – 32) * 5) / 9]
Continue readingC Program to find modular division by 2, 3 and 4
Write a program to enter a number and carry out modular division operation by 2, 3 & 4 and display the remainders.
Continue readingC program to check if a year is Leap Year or Not
Write a C program to accept the year from the user and check if the given year is a Leap year or not.
Continue readingC Program to Calculate the Bill of Typing and Printing Job
C Program to calculate bill of a job done. Typing rate is 3 Rs/page. Printing of 1st copy is 5 Rs/page and later every copy 3 Rs/page.
Continue reading