what is importance of data sturture in a programming
language?
Answer Posted / ponnusamy
data structure saving the memory space rather than the
normal program ..and to organise the memory space in the
computer ....
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
what you know about c++?
What is ios in c++?
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?
What are the benefits of pointers?
Can I uninstall microsoft c++ redistributable?
What does ctime() do?
what are the types of Member Functions?
Describe the syntax of single inheritance in C++?
How do you save a c++ program?
What are formatting flags in ios class?
What is main function in c++ with example?
What is abstract class in c++?
What is c++ hiding?
How can you quickly find the number of elements stored in a static array?
What do you mean by ‘void’ return type?