Search:

Type: Posts; User: anilemon

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    35,904

    Oh ok, so if a function does not return anything...

    Oh ok, so if a function does not return anything with "return", then it should start with "void".

    Thanks :D
    Ani
  2. Replies
    8
    Views
    35,904

    :P I'm new to C, so I'm not sure what the normal...

    :P I'm new to C, so I'm not sure what the normal return types should be.

    But after I went through your code a bit, I get it now :D

    Thanks very much for your time :D:D:D
    Ani
  3. Replies
    8
    Views
    35,904

    Calculating next prime number

    Hi :)

    In one of my tutorials, I needed to write a program that prompts the user to enter a number, then calculate and show the prime number following the input.

    The program needs to prompt...
Results 1 to 3 of 3