Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    What is RHS? I am not familiar. Commented Nov 25, 2013 at 12:43
  • @KevinBowersox Right Hand Side (mathematical term) :) Commented Nov 25, 2013 at 12:44
  • First, RHS is evaluated right ? So testArray[i++] + 1 is evaluated first and it becomes testArray[0]+1 with i=1. Finally testArray[1]=testArray[0]+1. Why is it wrong ? Commented Aug 20, 2017 at 18:03