graphics program for traffic light in C++

Here is traffic light program written in C++ using graphics.h header file. This program is Compiled using Turbo C++. /*Program for traffic Light*/

Read more

Write a C program to interchange the contents of C and D

Problem Statement :  Two numbers are input through the keyboard into two locations C and D. Write a program to

Read more

Write a C program to calculate the area & perimeter of the rectangle, and the area & circumference of the circle

Problem Statement: The length & breadth of a rectangle and radius of a circle are input through the keyboard. Write

Read more