InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are unary operators?(a) sizeof(b) –(c) ++(d) all of the mentionedI 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 |
|
Answer» Correct choice is (d) all of the mentioned |
|