What is C# and how many types of comments in this language?
358
29-Nov-2021
Home / DeveloperSection / Interviews / What is C# and how many types of comments in this language?
Ravi Vishwakarma
29-Nov-2021What is C#
C# is an object-oriented, type-safe, and managed language that is compiled by .Net framework to generate Microsoft Intermediate Language.
In C# have 3 types of comments.
Single line comments
Multiple line
XML Comments