which symbol is used as a statement terminator in c ????
Answers
Answered by
4
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.
hope helpful for you
Answered by
0
The Semicolon symbol is used as a statement terminator in C.
Uses of Semicolon(;) in programming :
- In a C program, the semicolon is used to end a statement. To put it another way, each statement must be followed by a semicolon. It signifies a logical object's conclusion.
- The semicolon is a statement terminator that simply serves to signal a sentence's end.
- The semicolon denotes the conclusion of the current sentence and the beginning of fresh ones.
Similar questions