what is importance of data sturture in a programming
language?
Answer Posted / dd
Data Structure is logical memory representation of
storage.In electronic terms insted of gate complications
storage is given in specific structure to store in Bit
format.With the identififcation and type.
| Is This Answer Correct ? | 35 Yes | 19 No |
Post New Answer View All Answers
When does a 'this' pointer get created?
How to declaring variables in c++?
What is heap sort in c++?
Explain the scope of resolution operator.
How the virtual functions maintain the call up?
Explain the differences between list x; & list x();.
What is purpose of abstract class?
What are the 4 types of library?
What is problem with overriding functions?
What are the benefits of pointers?
What does flush do?
How to allocate memory dynamically for a reference?
How can we read/write Structures from/to data files?
Is recursion allowed in inline functions?
Array base access faster or pointer base access is faster?