1.

____________ symbol is used to terminate each Statement of C language)

Answer»

ong>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 ;


Discussion

No Comment Found