Microprocessors - Engineering

Q1:

Which of the following integer expressions is incorrect in Pascal?

A
L div M + P

B
A * * B

C
A div B - C

D
A mod B

ANS:B -

A * * B

Two operators cannot be together.