Microprocessors - Engineering

Q1:

Which of the following real expressions is incorrect in Pascal?

A
Y - X

B
(A + B) (C + D)

C
X / Y - Z

D
P * Z - 5.0

ANS:B -

(A + B) (C + D)

Operator is missing.