Which of the following are valid statements?
1. char ch1 = 47;
2. char ch2 = ’65’;
3. int ch3 = ‘y’;
4. string str1 = “1234”;
5. string str2 = “1t2t3t4”;
Expert Answer
An answer will be send to you shortly. . . . .
Which of the following are valid statements?
1. char ch1 = 47;
2. char ch2 = ’65’;
3. int ch3 = ‘y’;
4. string str1 = “1234”;
5. string str2 = “1t2t3t4”;
An answer will be send to you shortly. . . . .