What's the order in which the objects in an array are destructed?


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

Post New Answer

More C++ General Interview Questions

List the special characteristics of constructor.

0 Answers  


What happens when the extern "c" char func (char*,waste) executes?

0 Answers  


Can we use pointers in c++?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?

0 Answers  


What is c++ in english?

0 Answers  






What is the size of a vector?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


What do you mean by abstraction. Explain your answer?

5 Answers  


Explain how to initialize a const data member.

0 Answers  


Is swift faster than c++?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What is size of empty class object

5 Answers   CA,


Categories