Computer Science, asked by I3wi, 5 months ago

_______symbol is used to terminate each Statement of C language

Answers

Answered by Manogna12
11

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 ShadowBlast5
2

Hi,

Answer:

Your answer is semi colon ;

Explanation:

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.

Similar questions