MCQOPTIONS
Saved Bookmarks
| 1. |
Between Postfix and Prefix arithmetic operators in Java, which operators have more priority? |
| A. | Postfix operators have more priority than Prefix operators |
| B. | Prefix operators have more priority than Postfix operators |
| C. | Both Prefix and Postfix operators have equal priority |
| D. | None of the above |
| Answer» B. Prefix operators have more priority than Postfix operators | |