What is a String Literal?

What are Escape Sequences in String Literals?

How do we continue typing a String Literal that’s too long for a line?


How are Strings treated as in C? How are they internally represented as? How many bytes do they take up?


What operations can we perform using String Literals?


What’s the difference between 'a' and "a"?