What is a literal?
19 Likes
Literals are data items that are fixed data values. Java provides different types of literals like:
Answered By
7 Likes
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);:
The size of '\n' is: