HP C A.06.05 Reference Manual
Expressions and Operators
Integral Expressions
Chapter 5140
Integral Expressions
Integer expressions are expressions that, after all automatic and explicit type conversions,
produce a result that has one of the integer types. If j and k are integers, the following are all
integral expressions:
• j
• j * k
• j / k + 3
• k - ‘a’
• 3 + (int) 5.0