Search:

Type: Posts; User: coachortiz

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,015

    prime(int num)

    prime(int num)
  2. Replies
    3
    Views
    1,015

    Function that shows factors

    Hello, I want to write a function that shows all factors of an integer, ive only been able to display prime numbers but i want all factors to show. Any help is appreciated.
  3. Replies
    7
    Views
    1,640

    ok thank you very much, the information now...

    ok thank you very much, the information now prints, however the doubles need to be right aligned when it prints. How do you do this?
  4. Replies
    7
    Views
    1,640

    Yea im new to C programing... Is there an easier...

    Yea im new to C programing... Is there an easier way to print this? Im no longer getting segmentation errors, but the information isnt printing properly.
  5. Replies
    7
    Views
    1,640

    Segmentation Fault!

    I keep getting this error for some reason...




    #include <stdio.h>

    int main (void)
    {
    //local declaratives
Results 1 to 5 of 5