Answer Posted / 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 |
Post New Answer View All Answers
differentiate built-in functions and user – defined functions.
How do I swap bytes?
Why does everyone say not to use scanf? What should I use instead?
Is there sort function in c?
Who is the founder of c language?
What are different storage class specifiers in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is a char c?
Can include files be nested? How many levels deep can include files be nested?
What is the use of define in c?
What is data structure in c and its types?
What is a stream in c programming?
What happens if you free a pointer twice?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are preprocessor directives in c?