Posts by user41836 • 11 points
1 post
-
0
votes3
answers72
viewsQ: Largest number in array, does not display
This code does not show how the largest element inserted in the matrix should be or the correct position. What’s the mistake? #include <stdio.h> #include <stdlib.h> #define lin 4 #define…