WHY DO WE USE A TERMINATOR IN C LANGUAGE?

Answers were Sorted based on User's Feedback



WHY DO WE USE A TERMINATOR IN C LANGUAGE?..

Answer / swati

to give indication to compiler that the printed statement
before terminator is ended and read next line of
program.Terminator is also known as "end of statement"

Is This Answer Correct ?    27 Yes 0 No

WHY DO WE USE A TERMINATOR IN C LANGUAGE?..

Answer / 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

More C Interview Questions

what is array?

63 Answers   Amdocs, HCL,


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


What are different types of variables in c?

0 Answers  


How can you pass an array to a function by value?

0 Answers  


Why void is used in c?

0 Answers  






say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


can you change name of main()?how?

3 Answers   HCL, Siemens,


What is a example of a variable?

0 Answers  


When would you use a pointer to a function?

0 Answers  


Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


Is array name a pointer?

0 Answers  


explain what is a newline escape sequence?

0 Answers  


Categories