Which of the following declarations are valid? Select the three correct answers. (a) char a = 'u0061';

Question:

Which of the following declarations are valid?

Select the three correct answers.

(a) char a = '\u0061';

(b) char 'a' = 'a';

(c) char \u0061 = 'a';

(d) ch\u0061r a = 'a';

(e) ch'a'r a = 'a';

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: