Write the type of C++ Operators (Arithmetic, Logical, and Relational Operators) from the following:
(i) !(ii) !=(iii) &&(iv) %
Answers
Answered by
2
Data Driven Programs
A data-driven program is a program whose data dictate the order of execution
Programs can take different paths by making decisions based on the data that is input or the results of computations
C’s Relational Operators
The relational operators are binary operators -- they work between two values
The relational operators and their meanings:
== equal to
> greater than
>= greater than or equal
< less than
<= less than or equal
Similar questions
Math,
7 months ago
Chemistry,
7 months ago
Business Studies,
7 months ago
English,
1 year ago
Biology,
1 year ago
Psychology,
1 year ago
Math,
1 year ago