Name the following:
21 Likes
Answered By
13 Likes
The size of '\n' is:
Which of the following is an escape sequence character in Java?
/n
\t
/t
//n
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);: