Computer Science, asked by zebaanis08, 9 months ago

10. What will be the output of the following?
if x = 5
(a) 5× x ++;
Plz reply fast. It's very very urgent​

Answers

Answered by savanjsaji72
1

Explanation:

x=5

5*++x=5*(5+1)

x=5*6=30

(b) x=5

5*x++

=5*5

=25

Similar questions