which sypmbol is used to terminate each Statement of C language
Answers
Answered by
1
Answer:
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
1
Answer:-
In “C” every input statement and output reader statement i.e.., printf and scanf should be terminated with “;” semicolon. And also every declaring a variable, increment, decrement you should end with “;”.
For
1) Functions
2) loops
You should not terminate……
The picture is above
Attachments:
Similar questions
History,
4 months ago
Social Sciences,
8 months ago
India Languages,
8 months ago
Computer Science,
1 year ago