write a program to draw box
Answers
Answered by
0
Answer:
Write a program to draw a rectangle and inside that draw a circle using floodfill
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
void main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"C://TURBOC3//bgi");
Similar questions
Computer Science,
2 months ago
Science,
2 months ago
Math,
2 months ago
Physics,
5 months ago
Physics,
10 months ago
Social Sciences,
10 months ago
Physics,
10 months ago