As noted in Figure 6.1, Fortran and Pascal give unary and binary minus the same level of

Question:

As noted in Figure 6.1, Fortran and Pascal give unary and binary minus the same level of precedence. Is this likely to lead to nonintuitive evaluations of certain expressions? Why or why not?

Figure 6.1:

Fortran Pascal Ada ++, -- (post-inc., dec.) abs (absolute value), ++, -- (pre-inc., dec.), +, - (unary), &, * (address, contents of), !, - (logical, bit-wise not) * (binary), /, % (modulo division) not not, ** *, /, 7, mod, rem div, mod, and +, - (unary and binary) +,

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: