Are iterators pointers?


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

Post New Answer

More C++ General Interview Questions

what is data abstraction in C++?

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


what are the decision making statements in C++? Explain if statement with an example?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


What do you mean by friend class & friend function in c++?

0 Answers  


What is the main purpose of c++?

0 Answers  


What is a namespace in c++?

3 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


What are the main differences between C and C++?

1 Answers  


Which software is best for c++ programming?

0 Answers  


Why is c++ still popular?

0 Answers  


Categories