Home / Programming MCQs / JAVA MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. What is the output of the below Java program?

Code:
int[] marks = {35,65,95}; 
System.out.print(marks.length + "," + marks[1]);
(A) 2,65
(B) 3,95
(C) 3,65
(D) Compiler error

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.