Explain any four graphics function in C. Write a program to draw two concentric circles with center (50, 50) and radius 75 and 125.
Marks: 5Chapter: Unit 12: Introduction to Graphics (2Hrs)
Comprehensive questions and detailed answers for Unit 12: Introduction to Graphics (2Hrs). Perfect for exam preparation and concept clarity.
Explain any four graphics function in C. Write a program to draw two concentric circles with center (50, 50) and radius 75 and 125.
Write a C program to generate following output using graphics functions.
Write a C program to generate the following output using graphics functions.
What is the use of initgraph() in C program? Write a program to draw line and circle and rectangle using graphic function.