Correct option is C
• In many programming languages like C, C++, and Java, each statement ends with a semicolon (;).
• It tells the compiler that the statement is complete.
Information Booster:
• Missing semicolon leads to syntax error.
Additional Knowledge:
• Some languages like Python do not require semicolons.