Question: Writing the C code reading the file.txt below. Ignoring the line of comment # , also whitespace ( ) and tab (t). The output includes
Writing the C code reading the file.txt below. Ignoring the line of comment "#", also whitespace(" ") and tab("\t"). The output includes storing 2 components: First one is the name such as "bob", the second one is a letter such as "r", "w", "b".
(Hint: using open())

Thank you.
# this is a comment alice r bob claire # this is another comment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
