list the four unary operator in c
RagaviRagavendra:
sure...tq
Answers
Answered by
1
Four unary operator in c
! (logical negation)
~ (one's complement or bitwise negation)
– (unary minus)
+ (unary plus)
& (addressof)
* (dereferencing)
++ (pre-increment)
— (pre-decrement)
Similar questions