What parameter does the constructor to an ofstream object take?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using typedef in a program?
What is polymorphism & list its types in c++?
. 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 are the various situations where a copy constructor is invoked?
Define a pointer to a data member of the type pointer to pointer?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What are the difference between reference variables and pointers in C++?
How const int *ourpointer differs from int const *ourpointer?
What is the difference between a constructor and a destructor in C++?
How to avoid changing constant values?
What are static and dynamic type checking?
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,