A and C
Explanation: C has a default value assigned (0), so only a and b require arguments, c is optional. fun(b=0, a=0) provides the 2 required arguments and fun(0, 1, 2) provides the 2 required and 1 optional argument.
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.
Donny_575
3 weeks, 5 days agoakumo
1 month ago