what is importance of data sturture in a programming
language?
Answer Posted / ponnusamy
data structure saving the memory space rather than the
normal program ..and to organise the memory space in the
computer ....
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
What is different in C++, compare with unix?
What do you understand by a pure virtual member function?
How would you obtain segment and offset addresses from a far address of a memory location?
Is python written in c or c++?
What are pointers used for c++?
Define the process of handling in case of destructor failure?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What you know about structures in C++?
How compile and run c++ program in turbo c++?
What do you mean by funtion prototype?
Write about a nested class and mention its use?
What is name hiding in c++?
What does n mean in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Difference between delete and free.