What is iostream in c++ used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is the full name of logo?
Define anonymous class.
How does work in c++?
What are the various situations where a copy constructor is invoked?
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
. 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?
Are there any new intrinsic (built-in) data types?
What is the best c++ book?
What relational operators if statements in c++?
daily Routine of father
State the difference between delete and delete[].
How do I make turbo c++ full screen?