Which bit wise operator is suitable for putting on a particular bit in a number?
No Answer is Posted For this Question
Be the First to Post Answer
What is 'Copy Constructor' and when it is called?
When can I use a forward declaration?
What is pair in c++?
Write about the stack unwinding?
What are libraries in c++?
How do I run a program in notepad ++?
What is time_t c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Can inline functions have a recursion? Give the reason?
What is type of 'this' pointer? Explain when it is get created?
program in c++ to input digits and print in words
Define a constructor - what it is and how it might be called (2 methods)?