Explain the difference between using macro and inline functions?
No Answer is Posted For this Question
Be the First to Post Answer
How to allocate memory dynamically for a reference?
What is a custom exception?
What is c++ vb?
WHO DEVELOPED C++?
Write about the stack unwinding?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
What is pair in c++?
What will i and j equal after the code below is executed? Explain your answer.
What is the difference between while and do while loop? Explain with examples.
I need to find a specific string between two strings how do I do it?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is auto used for in c++?