Posts by Amanda Batista Silva • 1 point
1 post
-
-2
votes1
answer44
viewsQ: Exchange vowels for "*"
I’m making a program to replace the vowels of a typed phrase with * and show to user: #include<stdio.h> #include<string.h> #define TAM 50 int main(){ char f[TAM]; int t_f,n;…