Is multimap sorted c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for turning off a particular bit in a number?
Who calls main function?
What is the advantage of c++ over c?
How to avoid a class from instantiation?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Why do we need constructors in c++?
What is the operator in c++?
What are the advantages of c++? Explain
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is a container class? What are the types of container classes in c++?
what is static function
How the V-Table mechanism works?