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. [Blank Output]
C. 0
D. 6
Links:
Debug.Assert Method