what is importance of data sturture in a programming
language?
Answer Posted / arnab kumar mandal
Data structure is logical & mathematical modelling of data. The main objectives are
1.How to store data
2.How to access them
3.How to modify them
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why should we use null or zero in a program?
What is a storage class used in c++?
What does ios :: app do in c++?
What are the differences between new and malloc?
Explain the extern storage classes in c++.
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Is swift faster than go?
When should overload new operator on a global basis or a class basis?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How many types of comments are there in c++?
What is a storage class?
What are advantages of c++?
Explain how to initialize a const data member.
Ask to write virtual base class code?
Explain shallow copy?