Examlex

Solved

What Is the Output of the Following Code Fragment

question 22

Multiple Choice

What is the output of the following code fragment?
Int x=0;
{
Int x=13;
Cout << x <<",";
}
Cout << x << endl;


Definitions:

Related Questions