Q. Which of the following is a valid declaration of a char?

  • (A) char ch = '\utea';
  • (B) char cr = \u0223;
  • (C) char ca = 'tea';
  • (D) char cc = '\itea';
πŸ’¬ Discuss
βœ… Correct Answer: (A) char ch = '\utea';

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
312
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mahesh Chandra
Publisher
πŸ“ˆ
84%
Success Rate