You are viewing a single comment's thread. Return to all comments →
int z[4]={e,f,j,k},g; g=z[0]; for (int i=0;i< 4;i++) { if (z[i]>g) { g=z[i]; } } return g;
Seems like cookies are disabled on this browser, please enable them to open this website
Functions in C
You are viewing a single comment's thread. Return to all comments →
int z[4]={e,f,j,k},g; g=z[0]; for (int i=0;i< 4;i++) { if (z[i]>g) { g=z[i]; } } return g;