what is importance of data sturture in a programming
language?
Answer Posted / namal perera
explain how importance and the use of data sturtures effect
the development of software industry?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
Which is the best c++ software?
If I is an integer variable, which is faster ++i or i++?
Explain the difference between realloc() and free() in c++?
Explain selection sorting?
Can a new be used in place of old mallocq? If yes, why?
Differentiate between realloc() and free().
What is function overloading c++?
what are function pointers?
Can I learn c++ without learning c?
Can a program run without main in c++?
Describe delete operator?
What is flush () in c++?
What is meaning of in c++?
When can I use a forward declaration?