Answer Posted / swetcha
Addition: +
Subtraction: ?
Addition Assignment: +
Assignment:
Bitwise AND Assignment: &
Bitwise exclusive OR Assignment: ^
Bitwise inclusive OR Assignment: |
Division Assignment: /
Left shift assignment: <<
Modulus Assignment: %
Multiplication Assignment: *
Right shift assignment: >>
Subtraction Assignment: ?
Bitwise AND: &
Bitwise exclusive OR: ^
Bitwise inclusive OR: |
Logical
Logical AND: &&
Logical OR: ||
Miscellaneous
Comma: ,
Conditional: ? :
Pointer-to-member: .* or ?>*
Reference: &
Scope resolution: ::
Multiplicative
Division: /
Modulus: %
Multiplication: *
Postfix
Cast: ()
Function call: ( )
Member access: . and ?>
Postfix decrement: ??
Postfix increment: ++
Subscript: [ ]
Relational and Equality
Equality: ==
Greater than or equal to: >=
Greater than: >
Less than or equal to: <=
Less than: <
Not equal: !=
Shift
Left shift: <<
Right shift: >>
Unary
Address-of: &
delete
Indirection: *
Logical Negation: !
new
One's Complement: ~
Prefix decrement: ??
Prefix increment: ++
sizeof
Unary Plus Operator: +
Unary Negation Operator: -
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
Are php strings immutable?
What does asterisk mean in c++?
What problems might the following macro bring to the application?
What are the sizes and ranges of the basic c++ data types?
What are inline functions? What is the syntax for defining an inline function?
What is the use of 'this' pointer?
Define private, protected and public access control.
Which is most difficult programming language?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is cin clear () in c++?
How do you add an element to a set in c++?
What is the insertion operator and what does it do?
What's the most powerful programming language?
Why c++ is the best language?
Why do we use classes in programming?