Do we have to use initialization list in spite of the assignment in constructors?
No Answer is Posted For this Question
Be the First to Post Answer
What is data types c++?
Does c++ have finally?
Why null pointer is used?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
Describe linkages and types of linkages?
Should I learn c or c++ first?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Why do we use string in c++?
Can notepad ++ run c++?
What is ios :: in in c++?
How to write a program such that it will delete itself after exectution?
Explain the scope resolution operator?