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 calloc malloc realloc in c?
Why can't we initialise member variable of a strucutre
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What is the main differences between C and Embedded C?
triangle number finding program...
why we shiuld use main keyword in C
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
what is the difference between #include<stdio.h> and #include "stdio.h" ?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What is a nested formula?