0
946views
Write a C program to
| written 7.0 years ago by | • modified 7.0 years ago |
a. Create a 2D array(Matrix) [in main function].
b. Write a function to read 2D array(matrix)
c. Write a function that will return true(1) if entered matrix is symmetric or false(0) is not symmetric.
d. Print whether entered matrix is symmetric or not [in main function].
Subject : Structured Programming Approach
Title : Arrays, String, Structures and Union
Difficulty : Medium
ADD COMMENT
EDIT
1 Answer

and 4 others joined a min ago.