1.
Which of the following does the balancing symbols algorithm include?

2.
Find the error (if any) in the following code snippet for pop operation.
void pop() //removing an element from a stack
{
     printf(“%s”, stack[top++]);
}

Read More Section(Stacks in Data Structures)

Each Section contains maximum 100 MCQs question on Stacks in Data Structures. To get more questions visit other sections.