C++ Operators

Taylor Emma
1 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!

An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. C++ is rich in built-in operators and provides following type of operators:

·        Arithmetic Operators ( +, -, \, *, ++, –)

·        Relational Operators (==, !=, >. <, >=, <=)

·        Logical Operators (&&, ||, ! )

·        Bitwise Operators (& |, ^, ~, <<, >>)

·        Assignment Operators (=, +=, -=, *=, /=, %=, <<=, >>=, &=, ^=, |=)

·        Misc Operators ( sizeof, & cast, comma, conditional etc.)

Share This Article
A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
Leave a review