C# (Sharp) Programming Language Question:
Download Questions PDF

What is the difference between // comments, /* */ comments and /// comments?

Answer:

Single-line, multi-line and XML documentation comments.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Is there any sample C# code for simple threading?What is the difference between and XML documentation tag?