Examveda What is the result of (8 - 4) * 2 / 4 ? A. 1B. 2C. 0.5D. 3Answer: Option B Solution (By Examveda Team) Parentheses have the highest precedence, so the expression inside them is evaluated first. This Question Belongs to Python Program >> Precedence And Associativity
Solution (By Examveda Team) Parentheses have the highest precedence, so the expression inside them is evaluated first.
Join The Discussion