View Single Post
  #1 (permalink)  
Old 12-10-2007, 12:55 PM
heat84 heat84 is offline
Member
 
Join Date: Dec 2007
Posts: 2
heat84 is on a distinguished road
Valid declarations
Which of the following lines are valid declarations?

Select the three correct answers.

char a = '\u0061';

char 'a' = 'a';

char \u0061 = 'a';

ch\u0061r a = 'a';

ch'a'r a = 'a';


Can someone give me the correct declarations with explanations.
Reply With Quote
Sponsored Links