Posts

Showing posts from July, 2013

Write a c program to enter roll number and marks of three subjects and print total maks,percentage,result and grade.

Write a c program to find if the entered no is positive,negative or zero.

A C Program to find if the entered number is even or odd.

A C Program to find if the entered number is rounded or not.

A C Program to find maximum among three numbers using else-if.

A C Program to ask the price of an item in decimal and separate rupees and paise.

A C Program to find out distance between two points (x1,y1) and(x2,y2).

A C Program to find out the area of triangle by the given equation A=sqrt(s(s-a)(s-b)(s-c)) a,b,c are the sides of triangle and 2s=a+b+c.

Three variables a,b,c are given write a c program to compute and display the value of x,where x=a/(b-c).

A C Program to rotate the value of the variables.

A C Program to find maximum among three numbers using conditional operator.

A C Program to learn the use of shift left and shift right operator.