What is c++ iterator?


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

Post New Answer

More C++ General Interview Questions

what is difference between static and non-static variables

10 Answers  


What does catch(…) mean?

0 Answers  


What does I ++ mean in c++?

0 Answers  


What is oop in c++?

0 Answers  


What are the advantages of pointers?

0 Answers  


What is the difference between strcpy() and strncpy()?

0 Answers  


Why do we need templates?

0 Answers  


What is the use of this pointer in c++?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

0 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Categories