Question: # include //Function prototype ____________ int menu 1 (); float const pi = 3.144; int main(){ int a;//calling function menu _______ if(a == 1) printf(%f,

 # include //Function prototype ____________ int menu 1 (); float const

# include //Function prototype ____________ int menu 1 (); float const pi = 3.144; int main(){ int a;//calling function menu _______ if(a == 1) printf("%f", function1(5)); else display(6.10); return 0; } int menu1(){ int choice;;; return (choice); } ________ function 1(_________) { return (pi*radius*radius); } void display(_________) { printf("The area of triangle is %f ", 0.5*h*w); } Fill in the blank with suitable

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!