angscott6287 angscott6287 29-11-2022 Computers and Technology contestada which of the following function prototypes is valid? a. int funcexp(int x, float v); b. int funcexp(x); c. funcexp(int x, float v){}; d. funcexp(void);