What happens if an exception is throws from an object's constructor and from object's destructor?
TCS,
3 7783Post New C++ General Questions
What is stack unwinding?
Should a constructor be public or private?
Can a constructor return a value?
Explain the purpose of the keyword volatile.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Are vectors faster than arrays?
How does work in c++?
How is new() different from malloc()?
what is data abstraction in C++?
What gives the current position of the put pointer?
How new/delete differs from malloc()/free?
What do you mean by volatile and mutable keywords used in c++?
What is ios class in c++?
What is the history of c++?
How come you find out if a linked-list is a cycle or not?