Question: Write a function named check _ balanced that checks a character array ( A ) which consists of ONLY letters, spaces or parentheses ( only
Write a function named checkbalanced that checks a character array A which consists of ONLY letters, spaces or parentheses only type of parantheses and returns output variable if it is balanced, otherwise. Thus, every opening parenthesis, in the array must correspond to a closing parenthesis symbol,
For example:
Case : the character array hello world is balanced and should return
Case :the character array hello world is NOT balanced there are two opening parentheses but one closing parenthesis and should return
Case :the character array hello world is NOT balanced there are one opening parentheses but two closing parentheses and should return
Case :the character array hello world is NOT balanced
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
