What is #include iostream h in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can a constructor return a value?
Can circle be called an ellipse?
Can we use resume in error handling i.e. in the catch block
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
What is an Iterator class?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the default width for ouputting a long integer using the insertion operator?
Why is the function main() special?
How many lines of code you have written for a single program?
When you overload member functions, in what ways must they differ?
What is functions syntax in c++?
Is it possible to use a new for the reallocation of pointers ?