Search:

Type: Posts; User: Messi 10

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,082

    The hare and the tortoise

    Hi all,

    I wrote a program for the "tortoise and hare race". I need some help with it. The program works without a problem but it runs step by step with me having to press enter for each step. I...
  2. Thanks for the explanation! :) Could you also...

    Thanks for the explanation! :) Could you also state an example as to when we would need to use an unsigned integer rather than a signed integer?
  3. Difference between signed and unsigned integers

    Hi guys,

    I am new to C programming and wanted to know what the key differences are between signed and unsigned integers. Also, what is the difference between "%u" and "%d"?

    Thanks :)
  4. Replies
    9
    Views
    3,093

    I kind of understand the "puts" thing, but I...

    I kind of understand the "puts" thing, but I didnt get what you said about "size_t" and the "unsigned int". Could you elaborate further? thanks.
  5. Replies
    9
    Views
    3,093

    help! size_t, unigned int and puts()

    Hi all,

    I want to know what the difference is between "size_t" and "unsigned int". I'm a beginner to programming so could you explain it in simple terms.

    Oh yeah, what is "puts()"? what does it...
  6. Replies
    11
    Views
    13,113

    Palindrome test using recursion.

    Hi all,

    I need some help writing a C program to test a string and see if it is a Palindrome by using a recursive function. Any ideas as to how I can go about it?

    Thanks
Results 1 to 6 of 7