Using C, initialize a two dimensional array of 3 by 4, with simple integer type data shown below.
- Print the two-dimentional array.
- The program should also calculate and print the sum of each row right after the last element in that row, and print the sum of each column right underneath the last element in that column.
Your display should look similar to shown below where the left most colum is the sum of each row, and the last row shows the sum of each column.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here