Question 632: Which of the following is the correct output for the C#.NET program given below?int i = 20 ;
for( ; ; )
{
Console.Write(i + " ");
if (i >= -10)
i -= 4;
else
break;
}
tcs
wipro
infosys
general
aptitude
control-instructions
No answer description is available.Let's discuss.