Comments in C

Sujith V S - Dec 9 '23 - - Dev Community

In programming we can write comments in two ways. One is single line comments and the other is multi-line comments.

Single line Comment

// must be used to create single line comment.

Shortcuts:
win: ctrl + /
mac: cmd + /

Multi-line Comment

/* */ must be used to create multi-line comment.

Shortcuts:
win: ctrl + shift + /
mac: cmd + shift + /

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player