what is data structure?
Answers were Sorted based on User's Feedback
Answer / anandshan01
A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / raju
ds is a collection of data elements and arranhed aspcific
manner
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / p.saravanana
Data structure is a (computer science) the organization of
data (and its storage allocations in a computer)
| Is This Answer Correct ? | 2 Yes | 1 No |
How old is c programming language?
change to postfix a/(b+c*d-e)
Do pointers store the address of value or the actual value of a variable?
What is string in c language?
How to write a C program to determine the smallest among three nos using conditional operator?
What is a header file?
What is your stream meaning?
What are the rules for the identifier?
What are categories used for in c?
Write any data structure program (stack implementation)
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is sizeof array in c?