I have a text file transa.txt .I want the contents of the file to be filled in the array cell by cell.example the file reads:
1 1 1 1 0 0
1 0 1 1 1 1
so i want arr[0][0]=1,arr[0][1]=1,arr[0][2]=1......
Can someone please help me with this..I am stuck with this.