____________ symbol is used to terminate each Statement of C language)
Answers
Answered by
0
A Semicolon symbol is used to terminate each statement in C.
- Each of a programme's separate instructions, such as the variable declarations and expressions is a simple C++ phrase.
- They always end with a semicolon (;), and they are executed in the same order as they appear in a programme.
- An input statement and output reader statement should be terminated with a semicolon, such as printf and scanf.
- The user must end any declaration of a variable, increment, decrement also with a ;
Similar questions