traffic light program in c
Traffic light program in c #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdlib.h> main() { int gd = DETECT, gm, midx, midy; initgraph(&gd, &gm,
Read moreTraffic light program in c #include<graphics.h> #include<conio.h> #include<dos.h> #include<stdlib.h> main() { int gd = DETECT, gm, midx, midy; initgraph(&gd, &gm,
Read moreC Program to check whether a Number is a Palindrome A palindrome is a number or a string which is similar when
Read moreC Program to find LCM of two Numbers using Recursion What is LCM LCM: Least Common Multiple of two numbers is
Read moreTetris Game in C : Game program in C Let us see the Tetris Game in C #include <graphics.h> #include
Read more