9. What will be the output for the following program segment?
int a=0,b=10,c=40;
b + ++ +b;
System.out.println(" a = " + a);
a =
Answers
Answered by
0
Answer:
output is no
as you have written worng output
is was trick
Explanation:
Similar questions