lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 4
What is the output of the following code snippet?
for (int i = 0; ; i++) { Debug.Assert(i > 5, i.ToString()); }
A. 5
B. 0
C. [Blank Output]
D. 6
Links:
Debug.Assert Method