Answer Posted / harish
terminator is used to tell that line is finished or
terminated and can execute next line to the Compiler.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
The difference between printf and fprintf is ?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How can I read and write comma-delimited text?
What is the difference between void main and main in c?
In C language, a variable name cannot contain?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is assignment operator?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain the use of #pragma exit?
Tell us something about keyword 'auto'.
How do you use a 'Local Block'?
What are the types of functions in c?
What is maximum size of array in c?
Explain the difference between structs and unions in c?