Examlex

Solved

What Is the Value of I After the Following Function

question 36

Multiple Choice

What is the value of i after the following function call?
//function definition
Int doSomethingint value)
{
Value = 35;
Return value;
Value = 13
}
//fragment of main program
Int i=0;
Cout << doSomethingi) ;


Definitions:

Related Questions