Posts by DORA • 1 point
1 post
-
-2
votes1
answer146
viewsQ: How to create a C function that searches for words in txt files in a predefined directory?
void pesquisarexerword() { DIR *dir; char *strdir, *strget, t, *str; struct dirent *lsdir, *dirarq; FILE *arq; do{ printf("\n Digite o Diretorio que…