C MCQs :- multiple choice questions and answers. e.g C MCQS,C Mock Tests , C Practice Papers ,C Sample Test,C Sample questions

Your Session ID :-Guest1483246

Question 1: "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; }"

Prints 1 to 9

Prints 0 to 8

Prints 2 to 8

Prints 2 to 9

Total MCQS Questions are 16 in this paper