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

Post New Answer

More C++ General Interview Questions

Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


Explain differences between alloc() and free()?

0 Answers  


Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,


What are the unique features of C++.

0 Answers  


What is the main purpose of overloading operators?

0 Answers  






Is c++ a high level language?

0 Answers  


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];

3 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


Explain deep copy?

0 Answers  


Is c++ an integer?

0 Answers  


What is c++ stringstream?

0 Answers  


What is class invariant in c++?

0 Answers  


Categories