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
Why is it difficult to store linked list in an array?
Explain differences between alloc() and free()?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
What are the unique features of C++.
What is the main purpose of overloading operators?
Is c++ a high level language?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Is there any problem with the following: char *a=NULL; char& p = *a;?
Explain deep copy?
Is c++ an integer?
What is c++ stringstream?
What is class invariant in c++?