πŸ“Š JAVA
Q. What is the order of precedence (highest to lowest) of following operators?
Code:
1. &    
2. ^
3. ?:
  • (A) 3 -> 2 -> 1
  • (B) 1 -> 2 -> 3
  • (C) 2 -> 1 -> 3
  • (D) 2 -> 3 -> 1
πŸ’¬ Discuss
βœ… Correct Answer: (B) 1 -> 2 -> 3

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Rajeev Malhotra
Publisher
πŸ“ˆ
85%
Success Rate