I put all the contents of an array a[16] into a file. But when i read them how can i separate those numbers from each other instead of adding a space.
what about putting the contents into a new line like
0 14
1 24
How do i do that and read it,is there any easier solution ? i am just a beginner,so keep it simple.
Thanks.