+ 2
postfix means the variable will be assigned before increasing. so, b becomes 4, but prefix increments it first so it writes 4+1 which is 5
9th May 2018, 12:27 PM
hinanawi
hinanawi - avatar