Vidyalelo
C# Programming · Q42

Control Flow Statements in C Sharp

Programming · C# Programming · question 42

Q42

For the incomplete C# program below, which of the C# code fragment will not result in an infinite loop? static void Main(string[] args) int i = 1234 ,j = 0; /*ADD CODE HERE */ Console.WriteLine(j);

Options are not available for this question.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board