Q:

Because we can use these literals where a string is expected, we can rewrite the previous program as follows

0

Because we can use these literals where a string is expected, we can rewrite the previous program as follows.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

string s1 = "hello", s2 = "world"; // no punctuation in s1 or s2
string s3 = s1 + ", " + s2 + '\n';
C++

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now