Search:

Type: Posts; User: Jackson_D

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,421

    I can not find the C board for general...

    I can not find the C board for general programming questions. Can you tell me where the board is?
  2. Replies
    5
    Views
    1,421

    Calling Functions

    I'm trying to call a function that determine's if a number is odd or not. I know that if the number is divisible by 2, then it's even. I'm new to coding, and this is frustrating. I'm not even sure...
  3. Thread: int main ()?

    by Jackson_D
    Replies
    7
    Views
    1,411

    int main ()?

    I'm new to programming, and I'm wondering why sometimes you see:

    int main (void), and other times you just see int main()? Why is it necessary to

    include something in the parentheses?
  4. Replies
    2
    Views
    1,065

    Calling functions

    I am attempting to write a program that calls a function, finding all prime numbers from 1-1000. My code is as follows, but I can not get it to run. Any suggestions?




    #include <stdio.h>...
Results 1 to 4 of 4