InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operator has the highest precedence in the following?(a) ()(b) sizeof(c) *(d) +The question was posed to me during an interview for a job.This is a very interesting question from Precedence and Order of Evaluation topic in division Data Types, Operators and Expressions in C of C |
|
Answer» RIGHT ANSWER is (a) () BEST EXPLANATION: NONE. |
|