Continuation symbol

A continuation symbol is a character that indicates that the current line of text should be continued on the next line. In most cases, a continuation symbol is used to indicate that a statement or command should be continued on the next line. For example, in the C programming language, a backslash () is used … Read more