What do you mean by translation unit?
No Answer is Posted For this Question
Be the First to Post Answer
What are default parameters? How are they evaluated in c++ function?
Explain object slicing in c++?
Is map thread safe c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
How to access a variable of the structure?
Explain rtti.
How would perform Pattern Matching in C++?
What is the use of namespace std in C++?
What is the topic of the C++ FAQ list?
. 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?
Is c++ a dying language?
Can a constructor return a value?