Posts by Rodrigo Silva • 39 points
1 post
-
3
votes2
answers719
viewsQ: Keyword in String C language
I’m trying to make a program in C to find a word in a string vector, returning the position of the word and when not finding returning -1. I’m having trouble with substring, type my program…