Search:

Type: Posts; User: tallen387

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,026

    Thanks!

    Thanks, makes sense!
  2. Replies
    4
    Views
    2,026

    Odd printf behavior?

    I just compiled the program below in Cygwin and on codepad

    int main()
    {
    int k=1;
    printf("%d, %d, %d\n", k, k++, k++);
    }

    In both cases the output was
  3. Replies
    1
    Views
    1,630

    Odd printf behavior?

    I just compiled the program below in Cyqwin and on codepad

    int main()
    {
    int k=1;
    printf("%d, %d, %d\n", k, k++, k++);
    }

    In both cases the output was
Results 1 to 3 of 3