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
How can a struct in c++ differs from a struct in c?
What is std::move?
What do you mean by abstraction in C++?
What problem does the namespace feature solve?
const char * char * const What is the differnce between the above two?
Array base access faster or pointer base access is faster?
What is stoi in c++?
List the issue that the auto_ptr object handles?
Will the following program execute?
How do we balance an AVL Tree in C++?
Which programming language should I learn first?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?