Comments in C
Sujith V S

Sujith V S @sujithvsuresh

About: React | Django | ..

Joined:
Sep 29, 2021

Comments in C

Publish Date: Dec 9 '23
5 0

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 + /

Comments 0 total

    Add comment