My mission is to bridge the gap between innovation and liberty, crafting a future where technology empowers all. With a commitment to coding, software, and liberty, I strive for impactful innovation.
0 Posts
1 Comment
Joined 1 year ago
Cake day: June 11th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Isn’t the evaluated value different from the expression? i++ returns the value of i before increasing. i-=-1 would return the value after it has been increased. Wouldn’t it be more correct to make it equal to ++i
Isn’t the evaluated value different from the expression?
i++
returns the value of i before increasing.i-=-1
would return the value after it has been increased. Wouldn’t it be more correct to make it equal to++i