A void function named getEndBal is passed the values stored in two int variables. Which of the

Question:

A void function named getEndBal is passed the values stored in two int variables. Which of the following function prototypes is correct for this function? 

a. void getEndBal(int, int); 

b. void getEndBal(int, int) 

c. void getEndBal(int &, int &); 

d. int getEndBal(void);

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: