what is importance of data sturture in a programming
language?
Answer Posted / vitts
which is provides the mechanism of storing the data in
different ways. this optimizes searching and memory
usage. for example when searching is to be faster
datastructure of type linear type is used. if memory
utilization is more importance then lists data structure
used
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
Mention the ways in which parameterized can be invoked.
What is a pointer with example?
What do you mean by stack unwinding in c++?
What is the difference between the parameter to a template and the parameter to a function?
What are the four main data types?
Why c++ is so important?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is null c++?
What methods can be overridden in java?
What is the difference between an array and a list?
What are the defining traits of an object-oriented language?
How many types of scopes are there in c++?
What are pointers used for c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is public, protected, private in c++?