Home »
MCQs »
C# MCQs
In C#, the multi-line comments placed within the ___
20. In C#, the multi-line comments placed within the ___.
- // and //
- \\ and //
- <!-- and -->
- /* and */
Answer: D) /* and */
Explanation:
In C#, the multi-line comments placed within the /* and */.