Would be it be a good idea to eliminate all operator precedence rules and require parentheses to show the desired procedence in expressions? Why or why not?
Should C's assigning operators (e.g., +=
be
included in other languages (that do not alrasdy have them)? Why or why not?
Describe a situation in which the add operator in a programming language is not commutative.