how to take input from a file in a certain way in C .
Posted
by mekasperasky
on Stack Overflow
See other posts from Stack Overflow
or by mekasperasky
Published on 2010-05-27T11:55:45Z
Indexed on
2010/05/27
12:11 UTC
Read the original article
Hit count: 140
Filed under:
c
The way being suppose the data is 123 134 2312 32131 2131231 211212
It should take them as different numbers and store them in an integer array .
© Stack Overflow or respective owner