How many types of unary operator and what are type?
Answers
Answered by
0
Unary Operators. These are the operators which work on only one operand. There are many unary operators, but increment ++ and decrement -- operators are most used. Other Unary Operators : address of & , dereference * , new and delete, bitwise not ~ , logical not !
Hope it is helpful....
Similar questions