What is C language Terminator?

Answers were Sorted based on User's Feedback



What is C language Terminator?..

Answer / prasanna kumar s

semicolon(;)

Is This Answer Correct ?    1 Yes 1 No

What is C language Terminator?..

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

What is C language Terminator?..

Answer / pinkey

yaa i think the terminator of c language is semicolon and
curly braces {}.

Is This Answer Correct ?    0 Yes 2 No

What is C language Terminator?..

Answer / jaya prakash

Ya,it is } of main function

Is This Answer Correct ?    3 Yes 10 No

What is C language Terminator?..

Answer / bryan olson

The C language terminator is... C++

Faced with an ill-defined question, work with the
interviewer to re-state it precisely in the accepted
terminology of the field.

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More C Interview Questions

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


Why do we use header files in c?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


How will you delete a node in DLL?

0 Answers   GrapeCity,


How do I swap bytes?

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


How can I read/write structures from/to data files?

0 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


Does sprintf put null character?

0 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


Categories