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 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);
Step by Step Solution
3.48 Rating (168 Votes )
There are 3 Steps involved in it
a vo... View full answer
Get step-by-step solutions from verified subject matter experts
