Write some differences between an external iterator and an internal iterator?


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

Post New Answer

More C++ General Interview Questions

What is an overflow error?

0 Answers  


what is upcasting in C++?

0 Answers  


What is time_t c++?

0 Answers  


What is the use of :: operator in c++?

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  






1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What is ofstream c++?

0 Answers  


Which programming language should I learn first?

0 Answers  


What is a dangling pointer in c++?

0 Answers  


Types of storage and scope of each type

2 Answers   CA,


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Name four predefined macros.

0 Answers  


Categories