What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the "delete" operator?
Define Virtual function in C++.
Why is null pointer used?
What c++ library is string in?
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
Write the program form Armstrong no in c++?
What is the difference between a pointer and a link in c ++?
What is the difference between a reference and a pointer?
What is c++ w3school?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Which compiler does turbo c++ use?
Describe functional overloading?