Friday, 6 July 2012

HOME


1.First c program "hello world"

2.c program to find sum of two numbers (scanf,printf)
3.c program to find power of a number (pow(),while loop,for loop)
4.c program to find leap year or not (if,else)
5.c program to reverse a number using (do-while,for loop)
6.c program to find odd or even(if,else)
7.c program subtraction two numbers
8.c program multiplication two numbers using user defined function
9.c program to find average of n natural numbers(for loop while loop)
10.c program to find the sum of n natural numbers(for loop,while loop)
11.c program to find lcm and hcf of two numbers(if,while)
12.c program find factorial number using function
13.c program factorial using while loop and for loop
14.c program to reverse a number using (do-while,for loop)
15.c program fahrenheit celsius conversion
16.c program to convert days to months and days
17.c program find roots quadratic equation
18.c program using getchar(if,else)
19.c program check letter or digit (getchar(),isalpha(),isdigit())
20.c program to convert lower case to upper case
21.c program for biggest of 3 numbers
22.c program for check prime number using for loop
23.c program absolute value number
24.c program for prime number between 1 to n
25.c program rating counter using array
26.c program for fibonacci series using array and for loop
27.c program Introducing Character Arrays hello world
28.c program for matrix addition using array
29.c program for mean using array
30.c program to arrange n numbers in ascending order using array
31.c program to arrange n numbers in descending order using array
32.c program hello world using function
33.c program gcd(greatest common divisor) of two no using function

No comments:

Post a Comment