Learn more in the app.
View in app
Integer conversion output - Java Quiz Question
What will be the output of the following program?
A
l = 656565
i = 3333
s = 111
b = 111
B
l = 787878
i = 656565
s = 3333
b = 111
C
l = 111
i = 111
s = 111
b = 111
D
Program does not compile.