fahad
10-20-2002, 10:12 AM
Hello,
My query regards 2 D arrays. As we know a 1 D array ( say int k[7]; ) k points to the zeroth oth or the first element of the array.
When it comes to a 2 D array ( int k[7] [3] )..what is the exact role of k here? Need to complete my university assignment,,,any help would be great..
My query regards 2 D arrays. As we know a 1 D array ( say int k[7]; ) k points to the zeroth oth or the first element of the array.
When it comes to a 2 D array ( int k[7] [3] )..what is the exact role of k here? Need to complete my university assignment,,,any help would be great..