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

What is a function in c?

0 Answers  


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,


Method Overloading exist in c ?

3 Answers   Wipro,


How does free() know how many bytes to free?

8 Answers  






How can you invoke another program from within a C program?

0 Answers  


When do we get logical errors?

0 Answers  


What is double pointer?

0 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


in malloc and calloc which one is fast and why?

1 Answers  


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


Where are the auto variables stored?

0 Answers   TISL,


Categories