In Bresenham's algorithm, while generating a circle , it is easy to generate? A. One octant first and other by successive rotation B. One octant first and other by successive translation C. One octant first and other by successive reflection D. All octants
Answer: C Explanation: In Bresehnam's algorithm only one octant is needs to be generated ans other octants can be obtained by successive reflection.