Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Project 4 v.1
//gcc 5.4.0 #include <stdio.h> int FindMax(int A[3][3]){ int MaxVal=A[0][0]; for(int x;x<n;x++) for(int y;y<n;y++){ if(A[x][y]>MaxVal) MaxVal=A[x][y]; } } int FindMin(int A[3][3]){ } int FindRowSum(int A[3][3],int y){ } int FindColumnSum(int A[3][3],int x){ } int FindArraAverage(int A[3][3]){ } int ColumnZeroAss(int A[3][3],int Cz[9]){ } int RowZeroAss(intA[3][3],int Rz[9]){ } int main(void) { int A[3][3]={{1,2,3},{4,5,6},{7,8,9}}; int Cz[9]; int Rz[9]; int n=3; MaxVal=FindMax(A) printf("Maximum Value of the Array is }
run
|
edit
|
history
|
help
0
fgets and basic string manipulation
String copy
factorial using function in c
rsqrt from 0
C141105_SwitchNotas
level9
MatrixMul_shortxshort
B_141202_CTYPE
edmond@DESKTOP-M2BC2LH
to find a number is even or not