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
Are global variables static in c?
What is use of integral promotions in c?
Can we assign integer value to char in c?
Differentiate between a structure and a union.
What is wrong with this initialization?
What is uint8 in c?
Explain what is #line used for?
Why c is a mother language?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is the process of writing the null pointer?
What are # preprocessor operator in c?
Differentiate between a for loop and a while loop? What are it uses?
Is null always equal to 0(zero)?
Write a program to print fibonacci series without using recursion?
Where static variables are stored in c?