To-draw-a-circle.pdf

  • Uploaded by: lukhman
  • 0
  • 0
  • August 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View To-draw-a-circle.pdf as PDF for free.

More details

  • Words: 35
  • Pages: 1
W3Professors.Com

Hartej Singh

Page No. 1

TO DRAW A CIRCLE

#include<math.h> #include #include #include void main() { int gd=DETECT,gm; int x,y,r,c1; initgraph(&gd,&gm,""); cout<<"enter x,y,r"; cin>>x>>y>>r; circle(x,y,r); c1=rand(); setfillstyle(SOLID_FILL,c1); floodfill(x,y,2); getch(); closegraph(); }

W3Professors.Com

Hartej Singh

More Documents from "lukhman"

To-draw-a-circle.pdf
August 2019 22