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 &x in c++?
What is iterator c++?
How does java differ from c and c++?
List down the guideline that should be followed while using friend function.
Is java easier than c++?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
What is & in c++ function?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What and all can a compiler provides by default?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the type of 'this' pointer?
What is the difference between a class and a structure in C++?