πŸ“Š JAVA
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';
πŸ’¬ Discuss
βœ… Correct Answer: (D) char ch='142';

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
287
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate