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
Explain the difference between static and dynamic binding of functions?
How do you clear a set in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Define a pointer to a data member of the type pointer to pointer?
Can I learn c++ without knowing c?
Why main function is special in c++?
What is a vector c++?
What is difference between c++ and c ++ 14?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are the different types of polymorphism?
Can I learn c++ without learning c?
Show the declaration for a static member variable.