Posts by lenny45155 • 17 points
2 posts
-
0
votes0
answers56
viewsQ: How to count occurrences of a substring in a string in c?
That was the code I made but it’s not giving #include <stdio.h> int main() { char tamanholetra[51], letra; int a, num; int end; int num2; //escaneia palavra scanf("%s", tamanholetra);…
casked lenny45155 17 -
-1
votes1
answer45
viewsQ: sequence of letters and points in c
I need to make a program that compares several strings, I already tried to make one switch but it didn’t work because it only accepts a comparison character. I need each dot to represent a letter,…
casked lenny45155 17