Why c++ is so important?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of string in c++?
What are member functions used in c++?
Why is polymorphism useful?
Explain terminate() function?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What are smart pointers?
What is the protected keyword used for?
What do the header files usually contains?
In which memory a class gets stored(in heap /in stack)? And why??
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the importance of mutable keyword?
What are the uses of typedef in a program?