Code In C Operators | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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

24th Feb 2021, 9:26 PM
Juan Roberto Cruz Zarate
Juan Roberto Cruz Zarate - avatar
1 Antwort
0
It looks like some kind of homework, show us your attempt or explain problem, so we will be able to give you hints
24th Feb 2021, 11:34 PM
Michal Doruch