A
Q. What will be the output of the following Java program?
class Output
{
public static void main(String args[])
{
int a = Character.MIN_VALUE;
System.out.print((char)a);
}
}
- Correct Answer - Option(D)
- Views: 29
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.