0
Code In C Operators
* / MULTIPLICATION AND DIVISION PARENTESIS BREAKS PRIORITY + -ADD AND SUBTRACT IF THE OPERATORS ARE ON THE SAME LINE, RUN FROM LEFT TO RIGHT. Example. Considering the execution priority of the operators, what would be the result for the RESPONSE variable? a) answer = 7 * 9/2 b) answer = S + 7 * 8/2 c) answer ;;;; (3.26 + 5) / 2 * 6 d) answer = 545 * 2 + 9-3 c) answer = (5 + 9) / 2
1 ответ
0
It looks like some kind of homework, show us your attempt or explain problem, so we will be able to give you hints