Swarna
0
Q:

multi line comment c

// single-line comment

/*
  multi-line
  comment
*/
1
A comment in C starts with
/*
This is a comment, it ends with
*/
2
// This is a single-line comment

/* This is
a multi-line
comment */
1
/* this is how
   you comment multiple lines
   in c
   */
0

New to Communities?

Join the community