MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Sharp Programming
→
Generics
→
Which of the following are NOT Relational operator...
1.
Which of the following are NOT Relational operators in C#.NET? >= != Not
A.
1, 3
B.
2, 4
C.
3, 5
D.
4, 5
Answer» D. 4, 5
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following statements are correct about the following code snippet? int a = 10; int b = 20; bool c; c = !(a > b);There is no error in the code snippet. An error will be reported since ! can work only with an int. A value 1 will be assigned to c. A value True will be assigned to c. A value False will be assigned to c.
What will the following expression evaluate to? !true && !false
What will the following expression evaluate to? (true && false) || (!true)
What will the following expression evaluate to? true || false
What will the following expression evaluate to? true && false
The boolean operator && only result in true when both the values are true?
Which of the following is a valid boolean operator?a) and(&&)b) or(|
Boolean opeartors are also known as logical operators.
How many operands does the >= operator require?
Is there a difference between the = and the == operators?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies