what are the iterator and generic algorithms.


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

Post New Answer

More C++ General Interview Questions

show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


Write the program for fibonacci in c++?

20 Answers   TATA, Wipro,


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,






catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


What is scope in c++ with example?

0 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


Is there a sort function in c++?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


What is an orthogonal base class in c++?

0 Answers  


Categories