Thread: Examples Problems needed...

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    116

    Examples Problems needed...

    Hey guys:

    I just took my first C programming test and it didn't go too well. The graduate student doesn't teach very well nor gives us good coding examples to display all the different statements and stuff...

    By any chance are there any easy to intermediate example coding problems that you guys can give me so I can practice, also if you would supply the answer code with it so after I'm done I can check to see if what mistakes I made or how I could do it better...

    The test had the fibonacci numbers...so example problems like that or around that area. I need stuff that I can do with for loops, while, do, etc... statements. Nothing that needs arrays. Mainly for loops and if statements, maybe whiles.

    Please help me out, thanks!!!

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129

  3. #3
    Registered User
    Join Date
    Feb 2008
    Posts
    116
    no, I need C programming, most of that stuff is C++.

    I just need some of the basic stuff, like the Fibonacci problems using for loops and if statements, while statements.

    That sort of stuff....

  4. #4

  5. #5
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,613
    All of the help free problems have C solutions, you just need to write them.

  6. #6
    Registered User
    Join Date
    Feb 2008
    Posts
    116
    I looked at them and they are mainly C++, I don't understand what they mean....

    Any other examples?

  7. #7
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    The ones I posted in post #4 are C.

  8. #8
    Registered User
    Join Date
    Feb 2008
    Posts
    116
    yeah I know, I'm just looking for more

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Pointers Problems
    By mhelal in forum C Programming
    Replies: 8
    Last Post: 01-10-2007, 06:35 AM
  2. Rendering problems (DirectX?)
    By OnionKnight in forum Tech Board
    Replies: 0
    Last Post: 08-17-2006, 12:17 PM
  3. Problems about gcc installation
    By kevin_cat in forum Linux Programming
    Replies: 4
    Last Post: 08-09-2005, 09:05 AM
  4. Running Into Two Problems...Help Needed
    By Halo in forum C Programming
    Replies: 5
    Last Post: 04-18-2002, 08:14 AM