Is map sorted c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Define pre-condition and post-condition to a member function in c++?

0 Answers  


Why did you leave your last job?

2 Answers  


Profiler in projects?

2 Answers   Symphony,


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,






check whether a no is prime or not.

3 Answers   TCS,


Explain Text Manipulation Routines?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


List the features of oops in c++?

0 Answers  


What is a namespace in c++?

0 Answers  


What is decltype c++?

0 Answers  


What is while loops?

0 Answers  


Categories