Multiple choice technology programming languages What is the result of the mixed fixed and float operation ? Fixed Float String 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.