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
List the special characteristics of constructor.
What happens when the extern "c" char func (char*,waste) executes?
Can we use pointers in c++?
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?
What is c++ in english?
What is the size of a vector?
how is returning structurs from functions?Show an eg?
What do you mean by abstraction. Explain your answer?
Explain how to initialize a const data member.
Is swift faster than c++?
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?
What is size of empty class object