P
pete
Neil Kurzman wrote:
That depends on how you look at it.
The usual arithmetic conversions make arithmetic operands
of the addition operator, the same type,
and at least as high ranking as int.
C allow do operations on mixed types
PASCAL does not it is strongly typed.
in C you can add an int to a char.
In PASCAL the types must match.
That depends on how you look at it.
The usual arithmetic conversions make arithmetic operands
of the addition operator, the same type,
and at least as high ranking as int.