Question: its c++ programing question and please use cin and cout instead of scan f and print f Exercise: Text File Write a program which reads
Exercise: Text File Write a program which reads a C++ source file and a checks that all instances of brackets are balanced, that is, each '(' has a matching *)', and similarly for [] and {}, except for when they appear inside comments or strings. A line which contains an unbalanced bracket should be reported by a message such as the following sent to standard output: '{' on line 15 has no matching '}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
