Microprocessors - Engineering

Q1:

When one operand is real and one integer in Pascal, which of the following operations are not allowed?

A + and -

B *

C /

D Div and Mod

ANS:D - Div and Mod

In Pascal div and mod are not allowed with one real and the other integer operator.