Final answer:
The line continuation character in programming is typically the ";" symbol. It indicates the end of a statement.
Step-by-step explanation:
The line continuation character in programming is typically the ";" symbol. In many programming languages, including C++, Java, and Python, the semicolon (;) is used to indicate the end of a statement. However, it is important to note that the line continuation character may vary depending on the programming language used. For example, in Python, the backslash (\) can also be used to continue a line.