Program- A C++ program that asks the user to enter a name of a file containing a C++ program.
Program reads the file and produces an output that deletes all comments beginning with // and comments between /* */
You have to prepare a program to remove comments from the program.