Answer Posted / Princy Verma
"The three types of operators in C# are: 1) Arithmetic Operators (e.g., +, -, *, /, %, ++, --). 2) Assignment Operators (e.g., =, +=, -=, *=, /=, %=). 3) Logical Operators (e.g., &&, ||, !)"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers