You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//preincreament and postdecreament there will be change in both when ++is use before the variable means first the value will be change then print the number and when the ++ is used after the variable means value will be first there and then it will be changed