You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/c-language/c-comments.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ While you can use comments to render certain lines of code inactive for test pur
51
51
52
52
**Microsoft Specific**
53
53
54
-
The Microsoft compiler also supports single-line comments preceded by two forward slashes (__//__). If you compile with /Za (ANSI standard), these comments generate errors. These comments cannot extend to a second line.
54
+
The Microsoft compiler also supports single-line comments preceded by two forward slashes (__//__). These comments cannot extend to a second line.
0 commit comments