Which of the following examples is a valid C# comment?

Which of the following examples is a valid C# comment?




a. // This is a comment
b. / This is a comment
c. \ This is a comment
d. ' This is a comment


Answer: a. // This is a comment


Learn More :