What is the use of a semicolon (;) at the end of every program statement?
Answer Posted / hrpynux@gmail.com
In computer programming, the semicolon is often used to separate multiple statements (for example, in Perl, Pascal, and SQL; see Pascal: Semicolons as statement separators). In other languages, semicolons are called terminators and are required after every statement (such as in PL/I, Java, and the C family).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and pointer in c?
What is the purpose of type declarations?
How can I get back to the interactive keyboard if stdin is redirected?
Is javascript written in c?
What is the main difference between calloc () and malloc ()?
What is the use of the function in c?
What are shell structures used for?
Explain argument and its types.
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Define Array of pointers.
What is new line escape sequence?
What is meant by keywords in c?
What is the difference between c &c++?
What is the use of pointers in C?
C language questions for civil engineering