santosh


{ City } ww
< Country > india
* Profession * www
User No # 8228
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 20
Users Marked my Answers as Wrong # 12
Questions / { santosh }
Questions Answers Category Views Company eMail




Answers / { santosh }

Question { Accenture, 107830 }

how can u draw a rectangle in C


Answer

line(x1,y1,x2,y1)
line(x1,y2,x2,y2)
line(x1,y1,x1,y2)
line(x2,y1,x2,y2)

initgraph(&gd, &gm, "c:\\turboc3\\bgi " );
rectangle(200,50,350,150);

Is This Answer Correct ?    20 Yes 12 No