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 Mike Lewis 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. OlesadeMontserrat

    this code does not work... help!

    this is my code. The function identity at the end does not work. Could you tell me why.<br><br>#include&lt;stdio.h&gt;<br>#include&lt;stdlib.h&gt;<br><br>#define max 100<br><br>int t, rowA, rowB, colA, colB, rowR, colR, arrayA[max][max], arrayB[max][max], arrayR[max][max];<br><br>void INPUT (int...
  2. OlesadeMontserrat

    Implemeting Identity matrix in C

    how can i implement the identity matrix in c?<br>and how can I display it?<br>can you please send me the code for it?<br>Many Thanks

Part and Inventory Search

Back
Top