Computer Science, asked by Renaelsa756, 11 months ago

every program statement in a C program must end with a​

Answers

Answered by GODARYANKAR
8

Explanation:

Every line in a C program should end with a semicolon. ... Only the statements (or lines) within the main function of the C program must end with a semicolon

Answered by adventureisland
0

Every program statement in a C program must end with a​ "Semicolon".

At the end of the statement, which symbol is used:

  • In computer programming, the semicolon is widely used to end of the statements.
  • It means that everything in the previous description before the semicolon (;) is unchanged.
  • A semicolon separates the conditional expression and the if keyword. [conditional expression] creates a conditional expression that returns a boolean value like True or False.

Similar questions