Computer Science, asked by TbiaSamishta, 11 months ago

Every control statement must be terminated by semicolon? State whether the statement is True (or) False And Justify it

Answers

Answered by Rudhraa
2
true since that is the syntax of control statements
Answered by Sidyandex
0

Every control statement do not need to be terminated by a semi colon.

There are many type of statements that are not terminated with a semic colon and there ae some which are terminated with the semi colon. E.g block statements, compound statements do not need any semic olon. so the given statement is false.

Similar questions