Monday 24 December 2012

C program to write menu driven program which has following option

1 : Factorial of a number

2 : Prime or not prime

3 : Odd or even

4 : Exit
OUTPUT

C program to calculate the sum of first 7 terms of the siries

The natural logrithm can be approximated by the following series
OUTPUT

C program to read 10 sets of p,n,r &q and calculate the corresponding a's

OUTPUT

C program to produce a following output

OPTPUT

C program to print the multiplication table of the number entered by user

OUTPUT

write a program to produce a following output


OUTPUT

Monday 17 December 2012

C program to produce a table of values of i, y, and x where....

Y varies from 1 to 6 and for each value of y, x,varies from 5.5 to 12.5 in steps of .5. using formula : i=2+(y+0.5x)
OUTPUT

Saturday 15 December 2012

C program to find all combination of 1,2 and 3

OUTPUT

C program to sum of first seven terms of series

Series is (1/1!)+(2/2!)+(3/3!)+...........
OUTPUT

c program to print ASCII value from 1 to 255

OUTPUT

C program to print smiley face on full screen

OUTPUT

C program to print smiley face on full screen

OUTPUT

C program to print all prime number from 1 to 300

OUTPUT

C program to find the range of entered number

OUTPUT

Thursday 13 December 2012

C program to find all Armstrong number between 1 and 500.

If sum of cubes of each digit of the number is equal to the number itself, then the number is called an Armstrong number. For example : 153 = (1*1*1)+(5*5*5)+(3*3*3)
OUTPUT

C program to find the value of 'a' to the power 'b' where a & b input by keyboard

OUTPUT

C program to find factorial value of any number

OUTPUT

C program to calculate overtime pay of 10 employees

Over time is paid at the rate of Rs.12.00 per hour for every hour worked above 40 hours.
OUTPUT

C program to find whether number is prime or not

OUTPUT

C program to find square with infinite loop

OUTPUT

C program to print table as "i = 1 j = 1 and a*b = 1" until i=3 & j=5

OUTPUT

C program to print numbers between 0 to 9

C program to find simple interest for three times



OUTPUT 

C program to reverse any five digit number

OUTPUT 

C program to find even and odd integer


OUTPUT

C program to find out the percentage marks obtained by student in five subjects

OUTPUT