Unknown runtime error

Which question is this? Please provide the link
Your code is giving runtime error.Check line 52 of your code. You are performing pop operation without ensuring the stack is empty or not. This may be the reason for runtime error

1 Like