The number sign character ( # ) introduces a line comment. Comments that start with a number sign extend through the end of the line on which they appear. You can also use C and C++ language notation ( /*...*/ or // ) to delimit comments.
Note Do not start a comment with a number sign in column one. Comments beginning with the number sign character ( # ) are not allowed in header files.