What is the sequence of destruction of local objects?


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

Post New Answer

More C++ General Interview Questions

what kind of projects are suitable for c and c++

0 Answers  


Why ctype h is used in c++?

0 Answers  


Explain the use of virtual destructor?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


What is std :: flush?

0 Answers  






Explain the difference between struct and class in terms of access modifier.

0 Answers  


Should a constructor be public or private?

0 Answers  


Can you sort a set c++?

0 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


What is meant by the term name mangling in c++?

0 Answers  


How to implement flags?

2 Answers   Symphony,


Categories