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 |
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What are void pointers in c?
program to print upper & lower triangle of a matrix
Is c compiled or interpreted?
How can I open a file so that other programs can update it at the same time?
what is use#in c
What is the use of printf() and scanf() functions?
How can I write a function that takes a format string and a variable number of arguments?
the question is that what you have been doing all these periods (one year gap)
what is void pointer?
Why are algorithms important in c program?
Tell us bitwise shift operators?