52 Likes
Answered By
31 Likes
The size of '\n' is:
The default value of a boolean variable is:
Consider the array given below:
char ch[] = {'A','E','I','O', 'U'};
Write the output of the following statements:
System.out.println(ch[0]*2);: