what is data structure

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


Please Help Members By Posting Answers For Below Questions

Are global variables static in c?

846


What is use of integral promotions in c?

855


Can we assign integer value to char in c?

799


Differentiate between a structure and a union.

984


What is wrong with this initialization?

748






What is uint8 in c?

860


Explain what is #line used for?

779


Why c is a mother language?

721


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2934


What is the process of writing the null pointer?

764


What are # preprocessor operator in c?

834


Differentiate between a for loop and a while loop? What are it uses?

879


Is null always equal to 0(zero)?

771


Write a program to print fibonacci series without using recursion?

815


Where static variables are stored in c?

768