What is the output produced by the following code?
int myArray[4][4], index1, index2;
for (index1 = 0; index1 <>
for (index2 = 0; index2 <>
myArray[index1][index2] = index2;
{
cout <><>
cout
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here