1.

Why semicolons in Pascal used as statement separators?

Answer»
  • The SEMICOLONS used as statement separators because other statements can be executed.
  • For a case or block statement, there is no need for semi-colon as it needs to GET executed.
  • There is no use of semicolon before the keyword end as it reflects the record TYPE declaration.
  • The semicolon is applied where there is a SEQUENCE of statement that is WRITTEN in more statement.


Discussion

No Comment Found