Solved

If You Need a Function to Get Both the Number

Question 48

Multiple Choice

If you need a function to get both the number of items and the cost per item from a user, which would be a good function declaration to use?


A) int,float getData) ;
B) int getDatafloat cost) ;
C) void getDataint count, float cost) ;
D) void getDataint& count, float& cost) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions