In boxing the weight class of a boxer is decided as per the following table. Write a C program that…
A certain grade of steel is graded according to the following conditions: 1. Hardness must be greater than 50. 2.…
Any character is entered through the keyboard, write a C program to determine whether the character entered is a capital…
Lets write a C program to determine the position of point(x,y) on the graph of x and y axis. Important:…
Given a point (x, y), write a C program to find out if it lies on the x-axis, y-axis or…
Given the coordinates(cx, cy) of center of a circle and its radius, write a C program that will determine whether…
Given three points (x1, y1), (x2, y2) and (x3, y3), write a C program to check if all the three…
Given the length and breadth(or width) of a rectangle, write a C program to find whether the area of the…
If the ages of Ram, Shyam and Ajay are input through the keyboard, write a C program to determine the…
If cost price and selling price of an item are input through the keyboard, write a C program to determine…