what is importance of data sturture in a programming
language?
Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by overhead in c++?
Can a built-in function be recursive?
Are strings immutable in c++?
Explain one method to process an entire string as one unit?
What does obj stand for?
What is the size of integer variable?
What are exceptions c++?
What is a down cast?
Explain the auto storage classes in c++.
What is a memory leak c++?
Which is better c++ or java?
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?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
How do you write a function that can reverse a linked-list?
What is doubly linked list in c++?