Difference between data structure and data base.
Answer Posted / khalid jan
Data structure is a way to organize data with different
functionality but data base is simply a collection of
interrelated data and function to access those data.
in database u can store large amount of data but if want to
know that how that data has stored in your database that
you have to learn data structure.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why should I prototype a function?
How do you use a pointer to a function?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What are qualifiers and modifiers c?
Why isnt there a numbered, multi-level break statement to break out
What are operators in c?
Is register a keyword in c?
Is it better to use a macro or a function?
How can I discover how many arguments a function was actually called with?
I have a varargs function which accepts a float parameter?
What is realloc in c?
Differentiate between a for loop and a while loop? What are it uses?
What is a macro in c preprocessor?
Difference between strcpy() and memcpy() function?
How can I sort a linked list?