n
Explanatory remarks are included
in a program for the benefit of a
human reader, and are ignored by
the compiler.
n
Use
//
to treat the rest of the line
as a comment.
n
Use
/*
and
*/
to begin and end
a section of comments.
/* This is a comment */