Search:

Type: Posts; User: Sarah

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    882

    Why won't this run?

    I don't have any errors but when it runs it tells me the program is an illegal operation.

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    void insert(char *str, char *substr,...
  2. Replies
    1
    Views
    902

    why won't this run?

    I don't have any errors but when it runs it tells me the program is an illegal operation.

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    void insert(char *str, char *substr, int...
  3. Thread: cont...

    by Sarah
    Replies
    3
    Views
    944

    cont...

    This is a continuation of my previous question.
    So far this what I have...the for loop finds the length of the string but I don't understand how to write the function that will pass the array. ...
  4. Thread: passing arrays

    by Sarah
    Replies
    1
    Views
    1,276

    passing arrays

    I'm having some trouble figuring out how to pass arrays. I need to write a function with 3 parameters: a,b,i. A and B are char arrays. The parameter i is an int. The function inserts the string a...
  5. Thread: passing arrays

    by Sarah
    Replies
    4
    Views
    1,142

    passing arrays

    I'm having some trouble figuring out how to pass arrays. I need to write a function with 3 parameters: a,b,i. A and B are char arrays. The parameter i is an int. The function inserts the string a...
Results 1 to 5 of 5