Search:

Type: Posts; User: GiladP

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,397

    Yes, I now certainly see it and understand it......

    Yes, I now certainly see it and understand it... Thank you very much!
  2. Replies
    4
    Views
    4,397

    You're right, sorry, I meant Ternary instead of...

    You're right, sorry, I meant Ternary instead of If statement... I was trying to avoid the If by putting this Ternary inside the printf...
    What you wrote is indeed the gibberish that it gives me......
  3. Replies
    4
    Views
    4,397

    Ternary inside If

    Hi there,
    I hope it's okay I keep asking newbie's quesitons... :) I really appreciate the great answers and it really helps me understand better.

    I'm trying to mix a Ternary inside an If...
  4. Replies
    3
    Views
    3,735

    THANK YOU! Went over it so many times but...

    THANK YOU!

    Went over it so many times but kept missing it...

    and I will definitely work on my indentation.
  5. Replies
    3
    Views
    3,735

    Break doesn't work the way I expected it to

    Hi there,

    I wrote a program that should find all the Prime Numbers in an interval specified by the user.

    Here is the program that works:

    insert


    #include<stdio.h>
  6. Replies
    3
    Views
    2,878

    Thank you so much for taking the time to review...

    Thank you so much for taking the time to review and assist! :)
    Great feedback!
  7. Replies
    3
    Views
    2,878

    Can't seem to find the problem with this one:

    Hi There,

    I'm playing around with different possibilities to test an array for the biggest and smallest numbers… I know this one is far from the best, but I’m just trying to understand why doesn't...
Results 1 to 7 of 7