You have to answer this question before its comments can be revealed, this way we won’t spoil the answer for you.
Computer Science
When a=5 and b=6, what will be the value of a,b and c if c= a++ + +b-—a + b+
a=6, b=8, c=15
a=5, b=7, c=15
a=5, b=8, c=14