0
855views
Write a C program to
written 5.7 years ago by | • modified 5.7 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