Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain the types of comments in C#?
Home
C Sharp
Explain the types of comments in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
Explain the types of comments in C#?
type-of-comments-in-c#
c#-comments
comments-c#
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
(
23.9k
points)
Below are the types of comments in C# -
Single Line Comment Eg : //
Multiline Comments Eg: /* */
XML Comments Eg : ///
Related questions
0
votes
Q: what variable types can be assigned a value directly in C#?
asked
Jun 16, 2020
in
C Sharp
by
Hodge
(
2.6k
points)
#csharp
0
votes
Q: What are the different types of constructors in C#?
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
(
32.2k
points)
#constructor-types
#c-sharp-constructor-types
0
votes
Q: What are the collection types can be used in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
collection-types
0
votes
Q: Which are the loop types available in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
loop-types
c#-loop-type
0
votes
Q: What is Nullable Types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
c#-nullable
nullable-in-c#
0
votes
Q: What are the three types of Generic delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
generic-delegates-in-c#
generic-delegates
0
votes
Q: What are the types of delegates in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
delegates-in-c#
0
votes
Q: What are reference types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
c#-reference-types
reference-types-c#
0
votes
Q: What are value types in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
value-types-c#
c#-value-types
0
votes
Q: List out two different types of errors in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
c#-errors
c#-error
c-sharp-errors
c-sharp-error
0
votes
Q: Whats the difference between // comments, /* */ comments and /// comments?
asked
Mar 5, 2020
in
C Sharp
by
JackTerrance
(
2.8k
points)
+1
vote
Q: Explain Reflection in C#.
asked
Apr 9, 2020
in
C Sharp
by
GeorgeBell
(
5.2k
points)
#c#
#csharp
0
votes
Q: Explain the features of C#?
asked
Feb 18, 2020
in
C Sharp
by
rahuljain1
(
6.5k
points)
#c-sharp-features
0
votes
Q: Explain difference between "continue" and "break" statements in C#?
asked
Feb 16, 2020
in
C Sharp
by
rahuljain1
(
6.5k
points)
#c#-continue
0
votes
Q: Explain the methods and properties of Thread class in C#?
asked
Oct 18, 2019
in
C Sharp
by
Robin
(
14.6k
points)
thread-class
...