Page 1 of 1

c) Write the function header for a function called evaluate that returns an integer and that takes as parameters integer

Posted: Fri May 20, 2022 1:01 pm
by answerhappygod
C Write The Function Header For A Function Called Evaluate That Returns An Integer And That Takes As Parameters Integer 1
C Write The Function Header For A Function Called Evaluate That Returns An Integer And That Takes As Parameters Integer 1 (4.46 KiB) Viewed 61 times
c) Write the function header for a function called evaluate that returns an integer and that takes as parameters integer x and a pointer to function poly. Function poly takes an integer parameter and returns an integer. d) Write the function prototype for the function in part (C).