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
swap 2 numbers without using third variable?
What are compound statements?
write a c program to find the sum of five entered numbers using an array named number
Explain the difference between null pointer and void pointer.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How do you determine the length of a string value that was stored in a variable?
What is pointers in c with example?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Do you know the difference between malloc() and calloc() function?
write a progrmm in c language take user interface generate table using for loop?
What are pointers? What are different types of pointers?
What is the general form of a C program?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How can I implement sets or arrays of bits?