Computer Science, asked by stunningsanju1, 7 months ago

What are three uses of semicolon in c language ?

Answers

Answered by 09zishan
1

Explanation:

In computer programming, the semicolon is often used to separate multiple statements (for example, in Python, Perl, Pascal, PL/I, and SQL; see Pascal: Semicolons as statement separators). In other languages, semicolons are called terminators and are required after every statement (such as in Java, and the C family).

Similar questions