C programming Language Code Examples-Pre & Post Condition(10)
Code:Post Condition(x++)
Output:
Code:Pre Condition(++x)
Output:
Note
different between post & pre condition is
if you give post condition value of x change at next line but
if you give pre condition value of x change at same line
No comments:
Post a Comment