Question: Develop a C (not C#, C++) program code for the following: Q1: (Calculating Circle Circumference, Circle Area or Sphere Volume Using Function Pointers) (25points) create
Develop a C (not C#, C++) program code for the following:

Q1: (Calculating Circle Circumference, Circle Area or Sphere Volume Using Function Pointers) (25points) create a menu-driven program that allows the user to choose whether to calculate the circumference of a circle, the area of a circle or the volume of a sphere. The program should then input a radius from the user, perform the appropriate calculation and display the result Use an array of function pointers in which each pointer represents a function that returns void and receives a double parameter. The corresponding functions should each display messages indicating which calculation was performed, the value of the radius and the result of the calculation. Q1: (Calculating Circle Circumference, Circle Area or Sphere Volume Using Function Pointers) (25points) create a menu-driven program that allows the user to choose whether to calculate the circumference of a circle, the area of a circle or the volume of a sphere. The program should then input a radius from the user, perform the appropriate calculation and display the result Use an array of function pointers in which each pointer represents a function that returns void and receives a double parameter. The corresponding functions should each display messages indicating which calculation was performed, the value of the radius and the result of the calculation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
