Operators

    0
    216

    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!

    LEAVE A REPLY

    Please enter your comment!
    Please enter your name here