What are the rules about using an underscore in a c++ identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What happens when the extern "c" char func (char*,waste) executes?
. 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 is flush c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
write a programming using for loop in c++ to generate diamond trangel?
Why c++ is so important?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is the purpose of extern storage specifier?
What are pointer-to-members? Explain.
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Explain the static member function.