syntax to multi line comment in c code example
Example 1: c++ comment
/* This is a comment */
/* C++ comments can also
* span multiple lines
*/
/* Meowwwwww */
Example 2: how to add comment in c
A comment in C starts with
/*
This is a comment, it ends with
*/