a++ <=5 translates to 5 <=5, hence prints 9.9
A following new statment cout << a;
a is printed as 6, since the post increment happens after the comparision(a++ <=5)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Shilp_ika
1 year, 1 month ago