Question 631: What does the following C#.NET code snippet will print?int i = 0, j = 0;
label:
i++;
j+=i;
if (i < 10)
{
Console.Write(i +" ");
goto label;
}
tcs
wipro
infosys
general
aptitude
control-instructions
c-programming
No answer description is available.Let's discuss.