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]);
  3. Replies
    7
    Views
    1,492

    I meant #include There is no output This is a C...

    I meant #include
    There is no output
    This is a C program
  4. Replies
    7
    Views
    1,492

    Simple For Loop

    What is wrong here?



    #import<stdio.h>
    int main (){


    int start, end, fact=0;
  5. Replies
    2
    Views
    1,004

    http://blackboard.stonybrook.edu/@@8E007F5B1365AA7...

    http://blackboard.stonybrook.edu/@@8E007F5B1365AA760A4E6FC9559CF248/courses/1/1108-ESE-124-SEC01-94243/content/_1811523_1/091010%20Homework1.pdf
  6. Replies
    2
    Views
    1,004

    Basic C program

    Design a program in C which, when executed, will print your last name
    on the computer screen. This output is to be comprised of twenty rows of
    the same character which will be the first character...
Results 1 to 6 of 6