Question:You can add comments in C# source code as:
A # Your comment B // Your comment C /* Your comment */ D /* Your comment E <!-- Your comment -->
+ AnswerB C
+ Report