find d, if num1 = 5, num2 = 3.
d = numl + + + num2 + + - num2;
Answers
Answered by
0
Answer:
5
Explanation:
d=5+3-3
as post incrementation will be done after completion execution of given statement
Similar questions