exit () is used to

a) exit () terminates the execution of the program itself

b) exit () terminates the execution of the loop

c) exit () terminates the execution of the block

d) none of the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I find out if there are characters available for reading?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


what is the difference between NULL & NUL keywords in C?

3 Answers  


What is a function simple definition?

0 Answers  


What is a null pointer in c?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


why return type of main is not necessary in linux

0 Answers   TCS,


what is c programing

11 Answers   Wipro,


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


Categories