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 |
What is extern storage class in c?
Explain the difference between null pointer and void pointer.
What is the use of header files?
What is the main differences between C and Embedded C?
what is diognisis?
What is a dynamic array in c?
How do I access command-line arguments?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
how to swap 4 number without using temporary number?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
Explain a file operation in C with an example.