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

Why use of template is better than a base class?

0 Answers  


Write a program to interchange 2 variables without using the third one.

0 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


Describe Trees using C++ with an example.

0 Answers  






Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


how many trys can we write in one class

3 Answers   Cap Gemini,


What do you mean by function overriding & function overloading in c++?

0 Answers  


Can I learn c++ as my first language?

0 Answers  


Is map thread safe c++?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


Categories