what is the function of the semicolon in a C statement
Answers
Answered by
0
Answer:
in computer programmeing the semicolon is used to separate multiple statement ( for example in perl and a Pascal semicolon as statement separators ) in other language semicolons are called terminator and are required after very statement ( such as in PL / I java and the C family )
hope it will help you
Similar questions