I have to remove all the comments in a file. Comment delimiters within quotes should be treated as text and must be printed to the screen. Quotes inside comments are treated as other comments and have to be removed. I have to remove all the comments in a file. Co