Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
152 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. ...