Posts by Gilson Gabriel • 1 point
1 post
-
-1
votes2
answers861
viewsQ: Program in C, how to print the word without the character?
I can’t print the word without the character and I have no idea how to execute the ending. if anyone can help follow what I’ve done: #include <stdio.h> #include <string.h> int main() {…