Search:

Type: Posts; User: soniclavier

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,073

    okie thank you:)

    okie thank you:)
  2. Replies
    8
    Views
    2,073

    still didn't get it

    Thank you all
    But i am not still able to understand how i am getting the output -1,-1,2(right-left or left-right, in either case)
  3. Replies
    8
    Views
    2,073

    help: please explain the output

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int a=1;
    clrscr();
    printf("%d,%d,%d",a++ - a,a - a--,a++ - ++a);
    getch();
    }
Results 1 to 3 of 3