- 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 59 times
c) Write the function header for a function called evaluate that returns an integer and that takes as parameters integer
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
c) Write the function header for a function called evaluate that returns an integer and that takes as parameters integer
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).