Do you need a main function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are the benefits of operator overloading?
What character terminates all character array strings a) b) . c) END
What is a terminating character in c++?
What is an inline function in c++?
In java a final class is a class that cannot be derived. How can you make a similar class 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
Write a program to find the Fibonacci series recursively.
Why is c++ awesome?
Is empty stack c++?
Is structure can be inherited?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)