1.

What is the output of this program?

public class Result
{
public static void main(String args[])
{ int q,r;
int p=q=r=26;
System.out.print(+p);

}
}

A. 25
B. 26
C. 27
D. 24
E. 23
Answer» C. 27


Discussion

No Comment Found

Related MCQs