Programming Languages C++ Objective
Mar 18, 2013

Which of the following statement is true?

Choose the correct answer:
A) String Literals can extend to more than a single line of code by putting a backslash sign at the end of each unfinished line.
B) You can also concatenate several string constants separating them by one or several blank spaces, tabulators, newline or any other valid blank character
C) If we want the string literal to explicitly made of wide characters, we can precede the constant with the L prefix
D) All of the above
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback