What gives the current position of the put pointer?
No Answer is Posted For this Question
Be the First to Post Answer
. 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?
Write a program to find the Factorial of a number
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is long in c++?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is the best c++ ide?
Are c and c++ similar?
What is the difference between a copy constructor and an overloaded assignment operator?
4 Answers Belzabar, Citrix, Microsoft, Wipro,
What does #define mean in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Explain the advantages of using friend classes.
What is difference between malloc()/free() and new/delete?