C program to print digital clock

C program to print digital clock This program is written in C Language using graphics. This will show day, month, date,

Read more

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 basic C program to calculate gross salary

Write a C Program for the following :- Ramesh’s basic salary is input through the keyboard. His dearness allowance is

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