Posts by Vinicius de Morias • 1 point
1 post
-
-1
votes1
answer43
viewsQ: I need to break a string that I receive and I need to divide it. This division will be given to each comma. I’m getting him to recognize the comma
What I’ve done so far is this: #include <stdio.h> #include <string.h> int cont = 0; int pos[6]; char buffer[107] =…