A comment is a programming language construct used to embed information into the source code of a computer program.
When source code is compiled, comments are ignored. Comment text does not affect the running of the compiled program or increase the size of the executable file.
Comments are normally used to document code for future reference and to clarify it.
example | GCC C++ |
Borland C++ Compiler | |
Java | |
home | Home Page |