Dinesh Beniwal
What’s the difference between // comments, /* */ comments and /// comments?
By Dinesh Beniwal in C# on Jul 13 2006
  • Keerthi Venkatesan
    Apr, 2016 22

    ' // 'It is a single line comment. '/* */' It is a multiple comments. '///'It is used for XML documentation.

    • 0
  • Pramod Verma
    Jan, 2015 24

    // for single line /**/ for multiple lines /// Code comment

    • 0
  • nikhil kansal
    Jul, 2006 14

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS