What arithmetic operations are defined for integer data types? For real data types?
October 27, 2020 | Education
| • For these real types, the operations “+”, “-“, “*”, “/” are defined;
• for these integer types, the operations “+”, “-”, “*”, “div”, “mod” are defined.
