Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is difference between array and vector in c++?

1075


What is the difference between global int and static int declaration?

1152


What is c++ map?

1248


Why is c++ not purely object oriented?

1064


When to use “const” reference arguments in a function?

1125


Write a program to find the Fibonacci series recursively.

1115


How do c++ struct differs from the c++ class?

1262


What is meaning of in c++?

1293


What is an undefined reference/unresolved external symbol error and how do I fix it?

1166


Differentiate between late binding and early binding. What are the advantages of early binding?

1080


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

2674


What are literals in C++?

1081


What is a volatile variable in c++?

1570


What is the difference between a type-specific template friend class and a general template friend class?

1032


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

1184