In circle drawing algorithm we use – (A) 4 Symmetry (B) 2 Symmetry (C) 8 Symmetry (D) No Symmetry
Correct choice is option C , Explanation - The Bresenham's circle drawing algorithm is a circle drawing algorithm which calculates all the nearest points nearest to the circle boundary. It is an incremental method (i.e. we increment one of the coordinates of the point and calculate the other coordinate according to it.