Solved

In the Following Function, What Is Passed to the First

Question 4

Multiple Choice

In the following function, what is passed to the first parameter?
Void f1 int& value1, int value2) ;
Int x,y;
F1x,y) ;


A) The value of x
B) nothing, it is a void function
C) the value of y
D) the variable x or its memory location)

Correct Answer:

verifed

Verified

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

Related Questions