Question No:1 Marks:04 [CLO-2] We are given a string having parenthesis like below "(((X)) (((Y))))" We need to find the maximum depth of balanced parenthesis, like 4 in the above example. Since 'Y' is surrounded by 4 balanced parentheses. If parenthesis is unbalanced then return -1.