Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please explain answer 13. (6 pts) Given the following definitions/declarations c

ID: 3604825 • Letter: P

Question

Please explain answer

13. (6 pts) Given the following definitions/declarations const int SIZE = 10; int sum; float average; string name; void square (float) // function prototype Based on the above declarations, the following list of expressions are to be considered for arguments in a function call b) sumcname d) 'B' h) "Word" a) average e) square(average) f SIZE name A) List all expressions above that are valid for use as arguments paired with value parameters? B) List all expressions above that are valid for use as arguments paired with reference parameters?

Explanation / Answer

Question 13

Answers:

Below are the list of expresions to be considered for arguements in a function call
average
sum
SIZE

A) Answer:
sum
SIZE
B) Answer:
average