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 the best c++ compiler?
what kind of projects are suitable for c and c++
What is the difference between reference type and pointers.
How can we check whether the contents of two structure variables are same or not?
Difference between const char* p and char const* p?
What is implicit pointer in c++?
If I is an integer variable, which is faster ++i or i++?
What is the difference between Char a[ ]=”string” and char *a=”String”
What is the difference between "overloading" and "overridding"?
What c++ is used for?
What does it mean to declare a destructor as static?
What is the full form of c++?