C-style comment
English
Etymology
After the C programming language.
Noun
C-style comment (plural C-style comments)
- (programming) A (possibly multiline) comment enclosed by the symbol sequences
/*
and*/
.
Usage notes
- Used to distinguish from other forms of (generally single-line) comment available in some languages, such as
//
or#
.