Podcast
Questions and Answers
Beyond documenting your code, how else can comments be used?
Beyond documenting your code, how else can comments be used?
- They can used for pretty decorations (correct)
- They can help link other source code files without compiling them directly
- You can comment out part of the code
- You can offer instructions to the precompilier