#include<io stream.h>
# include<conio.h>
# include<graphics.h>
# include<math.h>
void main()
{
int gd=DETECT,gm;
int r,x,y,p,xc=320,yc=240;
initgraph(&gd,&gm,"C:\\TC\\BGI");
cleardevice();
printf("Enter the radius ");
scanf("%d",&r);
x=0;
y=r;
putpixel(xc+x,yc-y,1);
p=3-(2*r);
for(x=0;x<=y;x++)
{
if (p<0)
{
y=y;
p=(p+(4*x)+6);
}
else
{
y=y-1;
p=p+((4*(x-y)+10));
}
putpixel(xc+x,yc-y,1);
putpixel(xc-x,yc-y,2);
putpixel(xc+x,yc+y,3);
putpixel(xc-x,yc+y,4);
putpixel(xc+y,yc-x,5);
putpixel(xc-y,yc-x,6);
putpixel(xc+y,yc+x,7);
putpixel(xc-y,yc+x,8);
}
getch();
closegraph();
}
There is such a point only if all the circles are concentric.
Yes.yes they do
When the centers of both the circles are at the same point.
These are the crests and troughs of the wave (in a ripple on the surface of water or other liquid).
flowchart is a graphical representation of algorithm. it represents the algorithm or process, showing the steps as boxes of various kinds, and their order by connecting these with arrows. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields. Flowcharts contain symbols, such as connectors, usually represented as circles, to represent converging paths in the flowchart.some types of flowcharts:Document flowcharts, showing controls over a document-flow through a systemData flowcharts, showing controls over a data flows in a systemSystem flowcharts showing controls at a physical or resource levelProgram flowchart, showing the controls in a program within a system
Concentric
There is such a point only if all the circles are concentric.
Concentric circles.
Concentric circles are circles within other circles. Some examples of concentric circles are archery targets, the bullseye on a dart board, the eye, a wheel with a hubcap.
The use of concentric circles is most commonly used on a target. Concentric circles are placed around a target in which each concentric circle has the same center.
Concentric Circle
Create Concentric Circles.
Concentric circles are circles with the same common centre.
Concentric circles, are circles within circles. Each concentric circle on the surface of a disk represents a track, the narrower the circle is, the more data can be stored on the disk.
Non concentric circles are circles that do not share the same center point.
Concentric circles have the same center. They are not necessarily the same size. If two concentric circles have the same area, then they are congruent, meaning they coincide when superimposed.
They are said to be concentric circles.