Computer Science, asked by kumarpawan2266, 8 months ago

Semicolon is a declaration delimiter in c true or false

Answers

Answered by laxmidevasani983
4

Semicolon is a delimiter of one declaration - this statement is True. ... Therefore the semicolon delimiter terminate the physical end or of a line of code or declaration.

plz mark as brainlist and follow me

Answered by mathmagic1923
2

Answer:

Semicolon is a command in C++. The Semicolon lets the compiler know that it's reached the end of a command. Semicolon is often used to delimit one bit of C++ source code, indicating it's intentionally separated from the respective code.

In C it will be also be true.

Similar questions