Array base access faster or pointer base access is faster?
No Answer is Posted For this Question
Be the First to Post Answer
What is operator overloading in c++ example?
why v use c++ even we have microprocessor
What do you mean by public protected and private in c++?
class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable
Explain polymorphism?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Who discovered c++?
Why we use #include conio h in c++?
How do you clear a map in c++?
What is the most powerful coding language?
How do I use turbo c++?