

MCQOPTIONS
Saved Bookmarks
1. |
Choose the wrong representation of a character literal in Octal notation in Java. |
A. | char ch='\65'; |
B. | char ch='\142'; |
C. | char ch='\065'; |
D. | char ch='142'; |
Answer» E. | |