Describe the advantage of an external iterator.


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

Post New Answer

More C++ General Interview Questions

Why is main an int?

0 Answers  


What is the difference between global variables and static varables?

0 Answers  


Differentiate between the manipulator and setf( ) function?

0 Answers  


What is a local variable?

0 Answers  


What is class and structure in c++?

0 Answers  






the first character in the variable name must be an a) special symbol b) number c) alphabet

0 Answers  


What are the different types of polymorphism in c++?

0 Answers  


What is ios flag in c++?

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 does std :: flush do?

0 Answers  


What are the advantages of using typedef in a program?

0 Answers  


Differentiate between declaration and definition.

0 Answers  


Categories