I have 2D array like :
data[10][7] = {{1, 0, 0, 0, 1, 1, 1}, {0, 0, 0, 1, 1, 0, 0}, *and so on*}
So how do i describe every columns as different variable? for example every first column for both row as variable a, second column for both row as variable b, and so on?