Computer Science, asked by trisha89cind, 3 months ago

float volume(float,float);
void display(float,float,float);
i) provide a function definition for function volume to calculate the volume of a cylinder with the formula ; V = pai x radius x radius x height
ii) provide a function definition for function display to print radius, height and volume of a cylinder
iii) write statements to call the above two functions
iv) write a complete C program to implement step (i) to (iii)

Answers

Answered by revathy5813
0

Answer:

ok I'm going on

c program is the answer for this question

Similar questions