What is the use of a semicolon (;) at the end of every program statement?
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 |
How do you prevent buffer overflows in C?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is the purpose of 'register' keyword?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
why integer range between -327680to+32767
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
Is there sort function in c?
difference between semaphores and mutex?
How do you view the path?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
Explain the difference between malloc() and calloc() in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?