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
write a program that takes 5 digit no and calculate 2 power that no and print it.
What are the two main components of c++?
What is a c++ map?
Describe protected access specifiers?
Define a constructor - what it is and how it might be called (2 methods)?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Can create new c++ operators?
What is the default width for ouputting a long integer using the insertion operator?
What is helper in c++?
What are static type checking?
Write a program to add three numbers in C++ utilizing classes.
Explain virtual class and friend class.