Search:

Type: Posts; User: jjzarabi

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,267

    the r array is scanned in the two call functions...

    the r array is scanned in the two call functions and has a max memory of 100 elements
  2. Replies
    4
    Views
    4,267

    Equivalent Resistance of ciircuit

    What is wrong with this code?



    #include <stdio.h>

    int R_series(int r[100]);
    int R_par(int r[100]);
Results 1 to 2 of 2