BANK SEBI Grade A Phase 1 & Phase 2 Mock Test 2024 Programming and Data Structure Tree Tree Traversal
Given the following expression tree, identify the correct arithmetic expression:
1
(A + B)*/A-C
2
(A - (B*C))/(A+C)
3
A + B*C/A-C
4
A + (B*C)/(A-C)
5
(A + (B*C))/(A-C)