Using a smart pointer can we iterate through a container?


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

Post New Answer

More C++ General Interview Questions

what does the following statement mean? int (*a)[4]

0 Answers  


How to declare a function pointer?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


Define the operators that can be used with a pointer.

0 Answers  


When should we use container classes instead of arrays?

0 Answers  


How can you specify a class in C++?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


What is the difference between a template and a macro?

0 Answers  


If a header file is included twice by mistake in the program, will it give any error?

0 Answers  


What can c++ be used for?

0 Answers  


Categories