Computer Science, asked by JaspreetDhanoa, 8 months ago

which sypmbol is used to terminate each Statement of C language​

Answers

Answered by pshanmugam081
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 TheQuantumMan
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