Search:

Type: Posts; User: VanillaSparkles

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,867

    Array overrun

    I have some other problem than that... It runs fine when I take out


    int find_largest(int a[], int n);
    int find_largest(int a[], int n)
    {
    int i, max;

    max = a[1];
    for (i = 1; i...
  2. Replies
    3
    Views
    1,867

    Homework help Array Arguments

    I have an assignment to write a program that calculates how many of each character an imput contains and list the characters according to frequency greater to lesser. I thought I might have figured...
Results 1 to 2 of 2