i have a file where numbers are stored in a row separated by a space: 23 34 24 1 5 90, ... all positive integers. how in c do i make a loop that first works with 23, then with 34, then with 24, etc... do i have to go byte by byte or is there a way to just go number by number?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.