Computer Science, asked by mohitbhatia0454, 8 months ago

symbol is used to terminte each statement of c​

Answers

Answered by Anonymous
1

In a C program, the semicolon is a statement terminator. That is, each individual statement must be ended with a semicolon. It indicates the end of one logical entity.

Answered by Anonymous
0

Answer:

In multi-line statements, Semicolon is used to separate the lines and in a single-line statement, Semicolon is used to terminate

Similar questions