what is importance of data sturture in a programming
language?
Answers were Sorted based on User's Feedback
Answer / kranthikumar
Logical representation and organization of data in the main
memory in other words it is a logical memory representation
of a storage
| Is This Answer Correct ? | 7 Yes | 11 No |
What is the difference between stack and heap memory?
What is new in c++?
What are the rules for naming an identifier?
what does the following statement mean? int (*a)[4]
Where Malloc(), Calloc(), and realloc() does get memory?
Write a struct time where integer m, h, s are its members?
How do you remove an element from a set in c++?
Which operator can not be overloaded in C++?
Is c++ the hardest language?
How a pointer differs from a reference?
Is dev c++ a good compiler?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack