Chapter 7 Flashcards
1
Q
Define operator precedence and operator associativity.
A
2
Q
What is a unary operator?
A
3
Q
What is an infix operator?
A
4
Q
What operator usually has left associativity?
A
5
Q
When do we call operators adjacent?
A
6
Q
What associativity rules are used by Java?
A
7
Q
What is the difference between the way exponentiation operators are implemented in Fortran and Ruby?
A
8
Q
How do parentheses affect the precedence rule?
A
9
Q
How is a Lisp statement declared?
A
10
Q
Give a solution to the problem of operand evaluation order and side effects.
A
11
Q
What is an overloaded operator?
A