codeGK
Code it ALL
Multi-Line comments in C# - CodeGK

♦ Multi-Line comments in C#

♣ Example2: Multi-Line comments in C#

/* ... */ is used for commenting multiple lines.
In this example, "Hello World!" and "Yo Folks" are commented with multi line commenting.
Example
Input:
Output: