WHAT IS THE DIFFERENCE BETWEEN PRE INCREMENT OPERATOR AND POST INCREMENT OPERATOR IN C?
Pre increment operator is used to increment variable value by 1 before assigning the value to the variable.
Post increment operator is used to increment variable value by 1 after assigning the value to the variable.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Pre increment operator is used to increment variable value by 1 before assigning the value to the variable.
Post increment operator is used to increment variable value by 1 after assigning the value to the variable.
need an explanation for this answer? contact us directly to get an explanation for this answer