Computer Science, asked by Sammmmmyyy206, 1 year ago

Write the type of C++ Operators (Arithmetic, Logical, and Relational Operators) from the following:
(i) !(ii) !=(iii) &&(iv) %

Answers

Answered by shekhar73
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