symbol is used to terminte each statement of c
Answers
Answered by
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
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