Question
Write a program to display all comments in a C program. The
program is typed in at the keyboard, and the output displayed
on the screen. It can also be tested on files by redirecting
the standard input. Don't forget to handle quoted strings properly.
Answer