C&OS
Caution? Plase do not move away from the wind
Question No. 9 of 20 1 Marks
)
The function given below checks for balanced parenthesis using Stack implementation:
void func(char* str) A
{
Stack S;
int i;
for(i=;i<strlen(str);i++)
{
O 010)
O 100)
if(str[i]==0)
push(S);
else if(str[i]==')' && lisEmpty())
pop(S);
else
printf("Unbalanced");
}
printf("Balanced");
}
O 00
For which value of string variable str, function fails to identify unbalanced parenthai
Document from....docx
Next Question
Answers
Answer:
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.
As the secretary of the Cultural Club of
your neighbourhood make a draft of the
notice informing the people of your local-
ity that Durga Puja will be held in a simple
manner with no grandeur. Also inform that
everybody will have to maintain the Covid-19 protocols.