Multi-line Comments in C

/ This is a multi-line comment in C. It can span multiple lines. Anything between the opening / and closing / symbols is treated as a comment and is ignored by the compiler. This is useful for adding explanations or notes within the code. /