Question: in c Use a for loop to loop through each character in the string, checking to see if the character is a {},,(, or ).

Use a for loop to loop through each character in the string, checking to see if the character is a {},,(, or ). When a desired character is detected, print that character. Note: all output should be on a single line. Hint: you may want to use the library routine to end your for loop. to determine when /* read through file, counting lines */ while(fgets(buffer, sizeof(buffer), infile)) 1) / count this linem and print it with a line number */ /* edit this section */ i++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
