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. 0
B. [Blank Output]
C. 5
D. 6