What is the use of namespace std in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain all the C++ concepts using examples.
How do you link a C++ program to C functions?
What does std mean in c++?
Explain the isa and hasa class relationships. How would you implement each?
Do you know what is overriding?
Does c++ have string data type?
What is the use of map in c++?
What is a custom exception?
What is a manipulator in c++?
Please explain the reference variable in c++?
State the difference between delete and delete[].
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.