COMPUTER PROGRAMMING FUNDAMENTALS
5 BASIC ELEMENTS OF PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is NOT a Relational Operator in C++ language?
|
>
|
|
<=
|
|
=
|
|
==
|
Explanation:
Detailed explanation-1: -"Option A : ! is not a relational operator, it is logical operator". Explanation : Option A is not a relational operator, it is a logical operator. Relational operators are >, <, >=, <=, ==, != .
Detailed explanation-2: -4. Which of the following is NOT a type of relational operation? Explanation: Set Update is NOT a type of relational operation.
Detailed explanation-3: -Types of Relational Operators in C Equal to. Not equal to. Less than. Greater than.
Detailed explanation-4: -Which among the following is NOT a logical or relational operator? Explanation: None.
There is 1 question to complete.