Comments

Comments in C.

The sequence /* indicates characters should be ignored until the sequence */ is met. This may include multiple lines.

/* style comments can not be nested.

Index