multiple comment in c code example
Example 1: multi line comment c
/* this is how
you comment multiple lines
in c
*/
Example 2: how to add comment in c
A comment in C starts with
/*
This is a comment, it ends with
*/
/* this is how
you comment multiple lines
in c
*/
A comment in C starts with
/*
This is a comment, it ends with
*/