C-programming (Please follow the steps provided and don’tinclude things external to the prompt)
Q1. Define the structure type circle with a member the radiusand the type square with a member the length.
Write a function that takes asparameters a pointer of type void* and an integerparameter. If its value is 0, the pointer points to
a structure of type circle, otherwise to a structure of typesquare. The function should increase the member of the pointedstructure by
5 and return that pointer. Write a program to test thefunction.
Expert Answer
An answer will be send to you shortly. . . . .