Is c++ platform dependent?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of default constructor?
Why do C++ compilers need name mangling?
Difference between an inspector and a mutator
What is enum c++?
Is ca high or low level language?
Explain how the virtual base class is different from the conventional base classes of the opps.
Can we define a constructor as virtual in c++?
Explain stack & heap objects?
What can I use instead of namespace std?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
Why do we need runtime polymorphism in c++?
What is a constant reference?