posted 24 years ago
Q1. Which of the following declarations will give a compiler error (Select two correct answers):
a. char c = '\u000a';
b. char c = '\u000b';
c. char c = '\u000c';
d. char c = '\u000d';
How do you select which code is wrong. What is the concept i am missing please explain