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
What is jump statement in C++?
What is the use of lambda in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What are the advantages of C++ programming compared to C programming?
Difference between overloaded functions and overridden functions
How can we read/write Structures from/to data files?
what is VOID?
what are the types of Member Functions?
How to avoid changing constant values?
Explain the auto storage classes in c++.
Is c++ low level?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)