Functions in C

  • + 0 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;