Class abc { int x; public static void main(string []
a.{ abc ob = new abc(); system.out.println(ob.x); } } what will be the output?
Answers
Answered by
0
Out will be nothing bcoz no value is assigned to variable x
Similar questions