Vidyalelo
C# Programming · Q20

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 20

Q20

Which of the following is a valid way to represent the number 1000 in C#?

A.
1 000
B.
10_00
C.
1000
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board