Posts by Xanito • 21 points
1 post
-
1
votes1
answer41
viewsQ: Loop in a file being read in C
Well, I’m trying to read from a file, and create a loop so I can go through all the characters until I find '<' character. After finding this character, the program must read and save the handle…