write program to print car in c
Answers
Answered by
2
Explanation:
C program
1. main() { int i, j = 0, gd = DETECT, gm;
2. settextstyle(DEFAULT_FONT,HORIZ_DIR,2); outtextxy(25,240,"Press any key to view the moving car");
3. getch(); setviewport(0,0,639,440,1);
4. for (i = 0; i <= 420; i = i + 10, j++) { rectangle(50+i,275,150+i,400); rectangle(150+i,350,200+i,400); ...
5. getch(); closegraph(); return 0; }
Answered by
1
Explanation:
go to Google to search this question please
Similar questions