Using a smart pointer can we iterate through a container?
No Answer is Posted For this Question
Be the First to Post Answer
Describe delete operator?
How long it will take to learn c++?
What are different types of typecasting supported by C++
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Explain the difference between new() and malloc() in c++?
Explain the concept of dynamic allocation of memory?
What is virtual constructor paradigm?
how to find the maximum of 10 numbers ?
Explain how to initialize a const data member.
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What are the stages in the development cycle?