Operators

Operators:



Following are the mostly used operators of C++:

1. And operator (denoted by &&)
2. Or operator (dented by ||)
3. Not operator (denoted by !)
4. Modulus operator (denoted by %)

Comments

Popular posts from this blog

How to display the output in C++