You need to find the volume flow rate.
Program: Write a program to calculate the volume flow rate in cubic feet per second of water flowing through a pipe of diameter d in inches and a velocity of v feet per second.
The formula for the flow rate is given by: Where area = ?d^2 4in square feet
q=area *velocity
Can you prepare this program in c language and provide all the code ASAP.