Sir if the 2-D array is of int data type type then, if we print a[0]. will it only print the address of the 0th row or it will print the values till it finds a null character as is the case for 2-D character array?
2-D arrays and use of cout command
@Shivank97 hey shivank if your array is of int type then you have to print the both indices of i and j print a[0] will lead to print a garbage value.