Write the postfix expression that represents the following infix expression:
What will be an ideal response?
```
(a * b ā c) / d + (e ā f )
a b *cā d / e fā +
```
Computer Science & Information Technology
What will be an ideal response?
```
(a * b ā c) / d + (e ā f )
a b *cā d / e fā +
```