Answer Posted / deepak singh
terminator as name indicates,it is end of that particular line and line gets terminated and moves to next line and begins execution.It is denoted ;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how can I convert a string to a number?
What are the advantages and disadvantages of c language?
What is c mainly used for?
What does node * mean?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are the advantages and disadvantages of pointers?
write a programming in c to find the sum of all elements in an array through function.
What is the use of a semicolon (;) at the end of every program statement?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are # preprocessor operator in c?
Explain the red-black trees?
Where register variables are stored in c?
What is the advantage of using #define to declare a constant?
What is strcmp in c?
Can we compile a program without main() function?