What header file is needed for exit();

a) stdlib.h

b) conio.h

c) dos.h


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

Post New Answer

More C++ General Interview Questions

What is the difference between c++ and turbo c++?

0 Answers  


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

0 Answers  


What is the use of c++ programming language in real life?

0 Answers  


Can constructor be static in c++?

0 Answers  


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,






How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


Name some pure object oriented languages?

1 Answers  


What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


What does the ios::ate argument do?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


How do I download c++?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


Categories