Computer Science, asked by vamshidhar5698, 9 months ago

find d, if num1 = 5, num2 = 3.
d = numl + + + num2 + + - num2;

Answers

Answered by kevinjadia123
0

Answer:

5

Explanation:

d=5+3-3

as post incrementation will be done after completion execution of given statement

Similar questions