Tagged Questions

1
vote
1answer
162 views

post_order traversal in C using stack

i was trying to do a post order traversal using stack.....but i am gettin an error of type invalid operands to binary,,,,,,,,,please tell me how to overcome this situation. below is the code. ...