angscott6287 angscott6287 Today at 4:50 PM Computers and Technology Answered 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);