Search:

Type: Posts; User: TrYpSiN4EvEr

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,087

    Sorry!

    i'm so sorry! I forget to put my code in and totally forgot about that when i pasted it!

    i will do it from now on.
  2. Replies
    8
    Views
    1,087

    oops...

    it may help if i include my code =o):


    #include <stdio.h>

    int delete_element(int a[], int *n, int item, int loc); /*Define function and array*/
    int g;
    int main()
    {
    int cnt=0, a[20], *n,...
  3. Replies
    8
    Views
    1,087

    Thank you!

    Thank you so much for the help!!! =o) As soon as I get better at C, I can help other freshmen in C next semester on here...lol. =o)

    The only two errors I'm getting now are:

    1.) prog5.c(22) :...
  4. Replies
    8
    Views
    1,087

    Arrays Program...help Me!

    I have spent days and days on this program and I am getting nowhere. This is what I have:


    #include <stdio.h>

    int delete_element(int a[20], int *n, int item, int loc); /*Define function and...
Results 1 to 4 of 4