Vidyalelo
C# Programming · Q18

Operators and Expressions in C Sharp

Programming · C# Programming · question 18

Q18

What does the increment operator (++x) do in C#?

A.
Doubles the value of x
B.
Increases the value of x by 1
Answer
C.
Halves the value of x
D.
None of the above

Answer: Option B

Solution

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