Comments
/* this is a line of comments */
Comments are text enclosed in /* and */. Some compilers accept //.
Comments provide documentation for program readability.
Every program should have its author and date written documented.
Every program and function should have a statement to describe its purpose.