Examveda What is the result of 3 + 2 * (5 - 3) ? A. 11B. 8C. 6D. 13Answer: Option C 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