Computer Science, asked by jivanwaraich025, 6 months ago

(______ what symbol is used to terminete each statment of c language)​

Answers

Answered by Kanagaraju
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
3

Answer:

SEMICOLONS.

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.multi-line statements, Semicolon is used to separate the lines and in a single-line statement, Semicolon is used to terminate. ☺ ❣️

Similar questions