InterviewSolution
Saved Bookmarks
| 1. |
The associativity of an exponentiation operator ^ is right side.(a) True(b) FalseEnquiry is from Application of Stacks topic in portion Application of Stacks of Data Structures & Algorithms IThis question was posed to me during an interview for a job. |
|
Answer» CORRECT answer is (a) True The best I can EXPLAIN: The ASSOCIATIVITY of ^ is right side while the REST of the operators like +,-,*,/ has its associativity to its left. |
|