Question: Which of the following correctly calls a void function named displayTotal, passing it an int variable named total? a. cout < < displayTotal(int total); b.
Which of the following correctly calls a void function named displayTotal, passing it an int variable named total?
a. cout << displayTotal(int total);
b. cout << displayTotal(total);
c. displayTotal(int total);
d. displayTotal(total);
Step by Step Solution
3.42 Rating (171 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
