Posts by user1532603 • 21 points
1 post
-
2
votes1
answer1116
viewsQ: How to read a line in C
How to read a row of integers and store in a dynamically sized array ? Currently I read the line as string(although the input is only integers) using gets, only way it worked. The code is like this:…