adspace


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

swap 2 numbers without using third variable?

1206


What are compound statements?

1287


write a c program to find the sum of five entered numbers using an array named number

2240


Explain the difference between null pointer and void pointer.

1157


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2212


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1357


How do you determine the length of a string value that was stored in a variable?

1198


What is pointers in c with example?

1166


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1612


Do you know the difference between malloc() and calloc() function?

1132


write a progrmm in c language take user interface generate table using for loop?

2122


What are pointers? What are different types of pointers?

1261


What is the general form of a C program?

1096


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2256


How can I implement sets or arrays of bits?

1115