Posts by Bruno David • 13 points
1 post
-
0
votes2
answers59
viewsQ: Function in C that counts how many times the string appears in a file
I need to make a function that receives as parameters a pointer for a string and the name of a file and return to the main how many times the string was found in the file. I only managed to get her…