Posts by Nathália • 9 points
1 post
-
-1
votes1
answer57
viewsQ: Receive more than one value per line with C
I need to make a code where it is necessary to receive more than one value per line, however I do not know how many values The initial idea would be to use scanf("%d", valor); However, in that case…