Which of the following statements calls the getInventory function described in Review Question 4? a. getInventory(int, int,

Question:

Which of the following statements calls the getInventory function described in Review Question 4? 

a. getInventory(int, int, int, int); 

b. getInventory(beginInv, sales, purchases, &endInv); 

c. getInventory(beginInv, sales, purchases, endInv); 

d. getInventory(int beginInv, int sales, int purchases, int &endInv);

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

Step by Step Answer:

Question Posted: