Comments
Comments are used to describe code or implementations. All comments are purged during the preprocessing phase of the code compilation.
Syntax
/*
this is a multi-line comment.
*/
// this is a single-line comment.
Comments are used to describe code or implementations. All comments are purged during the preprocessing phase of the code compilation.
/*
this is a multi-line comment.
*/
// this is a single-line comment.