1.

Output of following Java program?class Main {public static void main(String args[]) {System.out.println(fun());}int fun(){return 20;}}(A) 20(B) compiler error(C) 0(D) garbage value

Answer»


Discussion

No Comment Found