Posts by Guilherme • 1 point
1 post
-
-2
votes2
answers556
viewsQ: Receive multiple strings in the same row in C
I have the following code that gets the keyboard input and prints on the screen what was typed. #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char…