How do you add an element to a set in c++?


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

Post New Answer

More C++ General Interview Questions

Is sorted c++?

0 Answers  


what is C++ objects?

0 Answers  


What are literals in C++?

0 Answers   Wipro,


What are the two main components of c++?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,






Is c++ harder than java?

0 Answers  


What is low level language in simple words?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


Give 2 examples of a code optimization?

4 Answers  


Categories