void main() { /* a comment that continues here */ int i1 = 0 ; int i2 = 0 ; int i3 = 0 ; /* a comment */ /* a comment */ int i4 = 0 ; int i5 = 0 ; /* a comment that goes on a while and is followed by code on the same line */ int i6 = 0 ; printf("text here") ; printf("/* starts a comment\n") ; printf("*/ ends a comment\n") ; /* just a little more well okay much more */ }