Question: in c program ,(not c++) Write a program with a function that calculates the value of the polynomial. In the main program, the user should

 in c program ,(not c++) Write a program with a function

in c program ,(not c++)

Write a program with a function that calculates the value of the polynomial. In the main program, the user should enter the value of the variable x. Then the value of the polynomial should be calculated by the function and then output. 3.x5+2.045.23+x2+78-6 Test your code with many different user inputs like: Enter x: 3.35 Value: 1358. 32692531 Please dont forget the function header with description etc. Hint: Optimize your code use this version of the polynomial: ((((3x+2)2-5)x+1)x+7)x-6

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!