engineering recuitment NIELIT Scientific Assistant Mock Test 2025 Programming and Data Structure Stack
Convert the infix expression to postfix expression ‘‘a+(b*c(d/e^f)*g)*h)’’
1
ab*cdef/^*g-h+
2
abcdef^/*g*h*+
3
abcd*^ed/g*-h*+
4
abc*de^fg/*-*h+