1. Which of the following is NOT an Arithmetic operator in C#.NET?
Correct!
Wrong!
2. Which of the following is NOT a Bitwise operator in C#.NET?
Correct!
Wrong!
3. Which of the following is the correct output for the C#.NET code snippet given below? Console.WriteLine(13 / 2 + " " + 13 % 2);
Correct!
Wrong!
4. Which of the following is NOT an Assignment operator in C#.NET?
Correct!
Wrong!