Why do we use using namespace std in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is std :: flush?
Explain container class.
What is the need of a destructor? Explain with the help of an example.
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
How one would use switch in a program?
What are the steps in the development cycle?
Should a constructor be public or private?
Which of the following operator cannot be overloaded?
How to declare a function pointer?
What is java and c++?
What is null and void pointer?
What are arithmetic operators?