Search:

Type: Posts; User: kingofudupi

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,767

    Thanks guys.. I will try to find out more abt...

    Thanks guys.. I will try to find out more abt it.. thanks a lot :)
  2. Replies
    8
    Views
    1,767

    Thanks guys, for pitching in.. I dont think, it...

    Thanks guys, for pitching in..
    I dont think, it can be completely random though..
    It has to follow a pattern, right to left or left to right..
    Above appears that compiler is generating a random...
  3. Replies
    8
    Views
    1,767

    increment operator misbehaving

    int ppi = 10,ppj=20,ppk=30,ppl =40;


    printf("\n\nOriginally ppi = %d",ppi);
    printf("\nPassed ppi = %d , and ppi++ = %d", ppi, ppi++);
    printf("\nFinally ppi = %d",ppi);
    ...
Results 1 to 3 of 3