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


Please Help Members By Posting Answers For Below Questions

a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

660


Can you return null in c?

598


What are identifiers c?

567


Is swift based on c?

641


What is the use of a ‘’ character?

587






What is the difference between procedural and declarative language?

654


How can you access memory located at a certain address?

668


What are data types in c language?

587


What are the different types of data structures in c?

609


Is it acceptable to declare/define a variable in a c header?

688


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4179


Why doesnt that code work?

603


Should a function contain a return statement if it does not return a value?

600


In C programming, what command or code can be used to determine if a number of odd or even?

624


What is const keyword in c?

752