What is the final value of a and b after execution of given code { int a,b=15;a=b*30 >500?-- b:++b; } *
Answers
Answered by
29
The value of a will be 16 and b will be 16.
Attachments:
Similar questions