Search:

Type: Posts; User: aggie324

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,928

    Because I am in a bit of a rush unfortunately and...

    Because I am in a bit of a rush unfortunately and no one was responding to the other one. I was hoping that someone could help me with it.
  2. Replies
    4
    Views
    2,928

    Counting Occurrences in an array

    Does anyone know how to:

    if you have an array, find the occurrences of each integer in that array and put them in descending order?
  3. Replies
    11
    Views
    6,817

    I have the C by dissection 4th ed. and I am...

    I have the C by dissection 4th ed. and I am looking all over the book for hints or ways to do this problem and I can't find anything.
  4. Replies
    11
    Views
    6,817

    Yea, I don't have that book unfortunately.

    Yea, I don't have that book unfortunately.
  5. Replies
    11
    Views
    6,817

    Trying

    am working on some of it. The code I have is:




    /* Program that reads n integers into an array and prints them in descending order */

    #include <stdio.h>
    #include <stdlib.h>
    int main(void)
  6. Replies
    11
    Views
    6,817

    c programming problem

    I am trying to do a few practice problems from C by Dissection and can't figure out this problem at all.


    The problem asks "write a program that reads n integers into an array, then prints on a...
Results 1 to 6 of 6