CS 3304: Comparative Languages
Arithmetic Expressions
[
Course Documents
] : [
Arithmetic Expressions
]
Previous
Contents
Next
Keyword Index
Explicit Type Conversions
Often called casts
Ada example:
FLOAT(INDEX) -- INDEX is INTEGER type
C example:
(int) speed /* speed is float type */