Are iterators pointers?


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

Post New Answer

More C++ General Interview Questions

Explain explicit container.

0 Answers  


What is this pointer in c++?

1 Answers  


What is c++ prototype?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  






What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


What are built-in functions? What is the syntax for the definition?

0 Answers  


What is an iterator?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

0 Answers  


Categories