Posts by bito • 1 point
1 post
-
0
votes1
answer889
viewsQ: Warning: implicit declaration of Function ːstrlen' [-Wimplicit-Function-declaration]
#include <stdio.h> #include <stdlib.h> #include <strings.h> int main() { int j, vogais = 0, VOGAIS = 0, vogaistotais, tam; char a[1] = "a"; char e[1]…