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