73.6k views
2 votes
The line continuation character in programming is typically:

A) ;
B) :
C) #
D) /

User Hectorsq
by
7.9k points

1 Answer

5 votes

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.

User Dorje
by
8.1k points