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 |
Give the Output : * * * * * * * * * *
what is the maximum no. of bytes calloc can allocate
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the storage classes in C?
Why c++ is called c++ and not c+?
Explain low-order bytes.
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
where does it flourished?
What are the benefits of organizational structure?
how c source file in converted to exe file
to get a line of text and count the number of vowels in it
What is difference between array and structure in c?