Multiple choice technology programming languages

What is the result of the mixed fixed and float operation ?

  1. Fixed

  2. Float

  3. String

  4. decimal

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When mixing fixed-point and floating-point numbers in operations, the result type is fixed. This preserves precision by avoiding unnecessary conversion to floating-point representation, which could introduce rounding errors.