End of Line Comment
suggest changeEverything to the right of //
in the same line is commented.
int i = 0; // Commented out text
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
Everything to the right of //
in the same line is commented.
int i = 0; // Commented out text