Computer Science, asked by Mehaksohi1488, 1 year ago

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 Riyuuuuu
0
Out will be nothing bcoz no value is assigned to variable x
Similar questions