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
What is difference between array and vector in c++?
What is the difference between global int and static int declaration?
What is c++ map?
Why is c++ not purely object oriented?
When to use “const” reference arguments in a function?
Write a program to find the Fibonacci series recursively.
How do c++ struct differs from the c++ class?
What is meaning of in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Differentiate between late binding and early binding. What are the advantages of early binding?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What are literals in C++?
What is a volatile variable in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h