Microprocessors - Engineering

Q1:

Which of the following is not a proper FORTRAN expression?

A B + A / C - D

B (A + C) / (B + D)

C B + * A / C

D A ** (B + 2)

ANS:C - B + * A / C

Two operators should not occur together.