what are the iterator and generic algorithms.
No Answer is Posted For this Question
Be the First to Post Answer
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
Can a function take variable length arguments, if yes, how?
tell me about yourself ?i want answer for frehers with various exasmples?
Write the program for fibonacci in c++?
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
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;
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is scope in c++ with example?
What is the Difference between "C structure" and "C++ structure"?
Is there a sort function in c++?
Explain how an exception handler is defined and invoked in a Program.
What is an orthogonal base class in c++?