Which of the following are unary operators?
(a) sizeof
(b) –
(c) ++
(d) all of the mentioned
I have been asked this question in a job interview.
The origin of the question is Precedence and Order of Evaluation topic in chapter Data Types, Operators and Expressions in C of C