Search:

Type: Posts; User: badmullah

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    6,123

    so all of that you are saying is "that depends on...

    so all of that you are saying is "that depends on the compiler"
  2. Replies
    5
    Views
    6,123

    can you explain this

    int i=10;
    printf("%d\n",++i);
    i=10;
    printf("%d%d\n",++i, i++);
    i=10;
    printf("%d%d%d\n",++i, i++, ++i);

    11 -----------------ok
    1210 ------------------------ is that...
Results 1 to 2 of 2