Minute doubt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kanchi sharma
    New Member
    • Feb 2017
    • 2

    Minute doubt

    Code:
    int i=1,j=i----2;
    printf"%d",j);
    This resulted me 3,I want to know how i--- -2 worked...
    Last edited by Frinavale; Feb 14 '17, 09:22 PM.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    This won't even compile using Visual Studio 2013.

    Comment

    Working...