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?

Answers were Sorted based on User's Feedback



what is importance of data sturture in a programming language?..

Answer / rajesh pal

data structure is a logical and mathmatical representation
of memory by which we can utilize our memory. the data
structure is also help in storing and searching data
frequentily.

Is This Answer Correct ?    6 Yes 1 No

what is importance of data sturture in a programming language?..

Answer / 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

what is importance of data sturture in a programming language?..

Answer / 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

what is importance of data sturture in a programming language?..

Answer / mohamed idris

data sturcture is used to established how data can be
proformed in the program

Is This Answer Correct ?    1 Yes 0 No

what is importance of data sturture in a programming language?..

Answer / mukade7ling

A data structure consists of data elements according to a
logical connection to organize.
On the logical relationship between the data elements
described as data logical structure,
Data stored in a computer, to within the data storage
structure of data structure is the realization form, is in
the computer.

Is This Answer Correct ?    1 Yes 0 No

what is importance of data sturture in a programming language?..

Answer / shruti

data structures are abstractions we use to manage large
amounts of information and the relationships different
pieces of information have with each other. sometimes we
use data to allow us to do more. data structure also
provide guarantees about algorithmic complexity, coosing an
appropriate data structure for a job is crucial to writing
good software.

Is This Answer Correct ?    1 Yes 0 No

what is importance of data sturture in a programming language?..

Answer / vikram

tell me

Is This Answer Correct ?    27 Yes 27 No

what is importance of data sturture in a programming language?..

Answer / namal perera

explain how importance and the use of data sturtures effect
the development of software industry?

Is This Answer Correct ?    0 Yes 0 No

what is importance of data sturture in a programming language?..

Answer / parul

data structure is a set of data of same data type

Is This Answer Correct ?    0 Yes 0 No

what is importance of data sturture in a programming language?..

Answer / leena

in data structure we make our own structure.
 Some of the commonly and frequently used data structures 
are Stack, Queue, linked List. etc

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How many static variables are created if you put one static member into a template class definition?

0 Answers  


difference between the c++ and c languages

4 Answers   Wipro,


What is the copy-and-swap idiom?

0 Answers  


What programming language should I learn first?

0 Answers  


what is static function

2 Answers   Patni,


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


Differentiate between declaration and definition in C++?

1 Answers  


What you mean by early binding and late binding? How it is related to dynamic binding?

1 Answers  


Write a program to interchange 2 variables without using the third one.

0 Answers  


What is c++ used for in games?

0 Answers  


Explain overriding.

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


Categories