Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mnkjoi

    Help with multi-diemensional array

    Hello, I have a problem with the following code int main() { int i,j,max; int a[3][3]={{85,99,77}, {80,73,74}, {89,33,88}}; for (i=0;i<3;i++){ max=0; printf (" \n")...

Part and Inventory Search

Back
Top