Define 'std'.
No Answer is Posted For this Question
Be the First to Post Answer
Is there finally in c++?
Explain the difference between new() and malloc() in c++?
Is multimap sorted c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
sizeof - is it a function or operator?
What is the use of string in c++?
When should I use unitbuf flag?
Is recursion allowed in inline functions?
Can you please explain the difference between using macro and inline functions?
How are Structure passing and returning implemented by the compiler?
What is virtual function? Explain with an example