Home / Programming MCQs / JAVA MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. 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';

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.