what is importance of data sturture in a programming
language?
Answer Posted / mukade7ling
A data structure consists of data elements according to a
logical connection to organize.
On the logical relationship between the data elements
described as data logical structure,
Data stored in a computer, to within the data storage
structure of data structure is the realization form, is in
the computer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In what situations do you have to use initialization list rather than assignment in constructors?
What is scope in c++ with example?
Should you pass exceptions by value or by reference?
What do manipulators do?
What is ifstream c++?
What is the use of function pointer?
What does n mean in c++?
What is split a string in c++?
Difference between strdup and strcpy?
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?
How do you generate a random number in c++?
Why do we use templates?
Difference between pass by value and pass by reference?
What it is and how it might be called (2 methods).
What does the linker do?