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?
No Answer is Posted For this Question
Be the First to Post Answer
What is name hiding in c++?
what is object?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
which operator is used for performing an exponential operation a) > b) ^ c) none
Is there a sort function in c++?
What is pair in c++?
Explain explicit container.
What do you mean by translation unit in c++?
Why can’t you call invariants() as the first line of your constructor?
How the programmer of a class should decide whether to declare member function or a friend function?
how to create window program in c++.please explain.