1.. Write a program to Addition of two numbers..
Click here see the programs code and out put
2.. Write a c program to check a given number is even or odd.
Click here see the programs code and out put
3.. Write a c program to check a given number is positive or negative.
Click here see the programs code and out put
4.. Write a c program to check a given number is equal or not.
Click here see the programs code and out put
5.. Write a c program to check that you are eligible to voting or not.
Click here see the programs code and out put
6.. Write a c program to check that given year is leap year or not.
Click here see the programs code and out put
7.. Write a c program to find largest among three number.
Click here see the programs code and out put
8.. Write a c program to find smallest among three number .
Click here see the programs code and out put
9..Write a C program to accept a coordinate point in a XY coordinate system and determine in which quadrant the coordinate point lies.
Click here see the programs code and out put
10.. Write a C program reads marks of seven subjects and calculate the total, percentage.
Click here see the programs code and out put
11..Write a C program to read temperature in centigrade and display a suitable message according to temperature state below : Temp < 0 then Freezing weather Temp 0-10 then Very Cold weatherTemp 10-20 then Cold weatherTemp 20-30 then Normal in Temp Temp 30-40 then Its Hot Temp >=40 then Its Very Hot.
Click here see the programs code and out put
12.. Write a C program to check whether a character is an alphabet, digit or special character.
Click here see the programs code and out put
13.. Write a C program to check whether an alphabet is a vowel or consonant.
Click here see the programs code and out put
14.. Write a program in C to read any day number in integer and display day name in the wordLike 1:->Sunday.
Click here see the programs code and out put
15.. Write a program in C to read any digit, display in the word.test 6:->
1.. Write a c program to print 1 to 10. Click here see the programs code and out put
2.. Write a c program to print even number 1 to 10 .
Click here see the programs code and out put
3.. Write a c program to print odd number 1 to 10 .
Click here see the programs code and out put
4.. Write a c program to count natural number
like:
1
2
3
4
5
6
7
8
9
10
=10.
Click here see the programs code and out put
5.. Write a c program to additions of natural
number
like :
1
2
3
4
5
6
7
8
9
10
=55.
like : 1 2 3 4 5 6 7 8 9 10 =55.
Click here see the programs code and out put
6.. Write a c program to additions of even number
like :
2
4
6
8
10
=30.
like : 2 4 6 8 10 =30.
Click here see the programs code and out put
7.. Write a c program to additions of odd number
like :
1
3
5
7
9
=25.
like : 1 3 5 7 9 =25.
Click here see the programs code and out put
8.. Write a c program to print multifunction table given number
like:
2*1=2
2*2=2
...
2*10=20.
like: 2*1=2 2*2=2 ... 2*10=20.
Click here see the programs code and out put
9.. Write a c program to check the given number is prime or not .
Click here see the programs code and out put
10.. Write a c program to check the given number is palindrome number or not.
Click here see the programs code and out put
11.. Write a c program to check the given number is amstrong number or not.
Click here see the programs code and out put
12.. Write a c program to print the factorial of agiven number
like :
4=4*3*2*1=24C.
like : 4=4*3*2*1=24C.
0 Comments