hi all,
can someone give me the C code to read individual columns of files into separate arrays?
i have a .CSV file which has 6 columns and 2000 rows...
i have to read each of the 6 columns into a separate single dimensional array.
my program is working for one column...
but i dont know how to shift the control to the next column of the file to start reading the elements.
some1 pls help me out..its urgent.
thanks
can someone give me the C code to read individual columns of files into separate arrays?
i have a .CSV file which has 6 columns and 2000 rows...
i have to read each of the 6 columns into a separate single dimensional array.
my program is working for one column...
but i dont know how to shift the control to the next column of the file to start reading the elements.
some1 pls help me out..its urgent.
thanks
Comment