what is data structure
Answers were Sorted based on User's Feedback
Answer / ali
A data structure in computer science is a to store data in a
computer that can be used efficiently.It is an organitzation
of mathematical and logical concepts of data.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / cynthia
Data may be organized in different ways.The logical or
mathematical model of a particular organization of data is
called a data structure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vignesh1988i
data structure is nothing but basically C , in which our data can be efficiently handled without any memory wastages and data can be easily be retrieved for manipulations and strengthens the data security since the usage of POINTERS are more here........
thank u
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rohit sah
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I convert a number to a string?
What is self-referential structure in c programming?
What is calloc in c?
What is the use of in c?
Differentiate between #include<...> and #include '...'
what is c language.
What is the need of structure in c?
A stack can be implemented only using array?if not what is used?
why do some people write if(0 == x) instead of if(x == 0)?
What is scope rule of function in c?
Differentiate between declaring a variable and defining a variable?
How can I convert integers to binary or hexadecimal?