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
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is the use of pragma in embedded c?
Is it fine to write void main () or main () in c?
code for quick sort?
What is the difference between text files and binary files?
Write a program for Overriding.
What is your stream meaning?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
How can I write functions that take a variable number of arguments?
What is hashing in c?
What is the advantage of a random access file?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Why do we use header files in c?
Explain the use of keyword 'register' with respect to variables.
Write a program to swap two numbers without using a temporary variable?