Which of the following integer expressions is incorrect in Pascal?

A)
A * * B
B)
A mod B
C)
A div B - C
D)
L div M + P

Correct Answer : Option (A) :   A * * B


Explanation : Two operators cannot be together.