group comment c code example
Example 1: comment c
// single-line comment
/*
multi-line
comment
*/
Example 2: multi line comment c
/* this is how
you comment multiple lines
in c
*/
// single-line comment
/*
multi-line
comment
*/
/* this is how
you comment multiple lines
in c
*/