Saved Bookmarks
| 1. |
Which operator is having the highest precedence?(a) postfix(b) unary(c) shift(d) equalityI have been asked this question in class test.The question is from Operators topic in chapter Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» RIGHT choice is (a) postfix The BEST explanation: The operator which is having the HIGHEST precedence is postfix and lowest is EQUALITY. |
|