_______symbol is used to terminate each Statement of C language
Answers
Answered by
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
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