What is buffering in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is istream c++?
What is name mangling?
Who made c++?
What is size of empty class object
How a modifier is similar to mutator?
Can a new be used in place of old mallocq? If yes, why?
. 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?
Out of fgets() and gets() which function is safe to use?
Explain the scope resolution operator?
Can we delete this pointer in c++?
What is the return value of the insertion operator?
What is the difference between a class and a structure in C++?