What is an algorithm (in terms of the STL/C++ standard library)?


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

Post New Answer

More C++ Interview Questions

Discuss about iteration statements in C++ .

0 Answers   Agilent,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  






What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


Find the Factorial of a number using a program.

0 Answers   Accenture,


Name the operators that cannot be overloaded.

1 Answers   Wipro,


What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


Categories