C Program to Draw Chess Board
C supports a special header file named graphics.h that provides various functions through which one…
C supports a special header file named graphics.h that provides various functions through which one…
The program swaps two numbers. The functionality can be achieved in both ways by using…
The program determines greatest among three numbers based on the conditional statements. It simply uses…
The program calculates diameter, circumference, and area of a circle by simply using formula. The…
The program uses the distance formula to calculate the distance between two points in C.…
The programs accept feet, yards, centimetres, and meters values as input and convert them into…
The program accepts hours & minutes as an input and print the result to output…
The program prints previous date of the entered input. It validates leap year, month and…
Bresenham line drawing algorithm takes 2 coordinates and their starting and ending point to draw…
Structure and Union are user defined data types, capable of holding data of various types.…