[Solved]-Question 11 Suppose Two Strings Declared String St1 Abc String S2 Defg Following Incorrec Q37193919
QUESTION 11 Suppose two strings are declared as string st1 – “ABC” and string s2 – “DEFG:. Which of the following is an incorrect expression? O s1 + s2 Os1+ “TEMP O “TEMP” +s1 “ABC” + “DEFG” Os1 +s2+ “TEMP” QUESTION 12 Which of the following assignment statements is correct to assign character 5 to c? char c- “5 O char c- “344” char c- 5 QUESTION 13 You can assien a character value to an int or an int to char Show transcribed image text QUESTION 11 Suppose two strings are declared as string st1 – “ABC” and string s2 – “DEFG:. Which of the following is an incorrect expression? O s1 + s2 Os1+ “TEMP O “TEMP” +s1 “ABC” + “DEFG” Os1 +s2+ “TEMP” QUESTION 12 Which of the following assignment statements is correct to assign character 5 to c? char c- “5 O char c- “344” char c- 5 QUESTION 13 You can assien a character value to an int or an int to char
Expert Answer
Answer to QUESTION 11 Suppose two strings are declared as string st1 – “ABC” and string s2 – “DEFG:. Which of the following is an … . . .
OR

