Computer Science, asked by swayamv04, 2 months ago

Explain any 3 operators in C++​

Answers

Answered by askashyap344
2

Explanation:

Operator Meaning. Example

!= Not Equal To 3 != 5 gives us true

> Greater Than. 3 > 5 gives us false

< Less Than 3 < 5

Answered by pqrwejaniqua
1

Answer:

three operators are

Explanation:

1. logical operators

2. arithmetical operators

3. relational operators

thank you

Similar questions