Code:
#include<stdio.h> void main() { clrscr(); printf("the stack is underflow"); getch(); }
#include<stdio.h> void main() { clrscr(); printf("the stack is underflow"); getch(); }
#include<stdio.h> #include<conio.h> #include<graphics.h> void main() { int gd=DETECT,gm; clrscr(); initgraph(&gd,&gm,""); circle(100,200,100); // 100,200 is a center point of the circle,so u less the rectangle value from this axis rectangle(x1,y1,x2,y2); closegraph(); getch(); }
Leave a comment: