Which of the following are primitive data types?
19 Likes
Answered By
11 Likes
The size of '\n' is:
int x = 98; char ch = (char)x; what is the value in ch?
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);: