(Match grouping symbols) A C++ program contains various pairs of grouping symbols, such as the following:
Parentheses: ( and ).Braces: { and }.Brackets: [ and ].
Note that the grouping symbols cannot overlap. For example, (a{b)} is illegal. Write a program that checks whether a C++ source-code file has correct pairs of grouping symbols. The file is read by the program using input redirection using the following command:
Exercise
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.