I need help with ansi c

Discussion in 'Help and Support' started by pasha, Jun 22, 2009.

  1. pasha

    pasha New Member

    Joined:
    Jun 22, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Ok i need help people.. this is how project looks like

    "Wright an ANSI C program that takes two sequences of letters,
    stores them in two arrays of characters, after having put in alphabetical order
    incorporates them neatly into a single list, and finally print the contents of the list
    (p.e. if the sequences are "outputs" and "zero",
    then must be printed "ceeiorstuz)."


    Thx in advance
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Well, we don't do homework assignments here, but we will help. How far have you got with the project and where are you stuck?

    Sounds like you might need some kind of data structure; do you have an initial idea of what that might look like? It doesn't have to be completely right to start with as you can develop it as you develop the project but you should have some idea of a starting data structure.

    It also sounds like you need to think through how this is going to work. Have you thought it through at all?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice