Difference between data structure and data base.
Answer Posted / usha
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 ? | 58 Yes | 7 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
Explain is it better to bitshift a value than to multiply by 2?
What are categories used for in c?
Should a function contain a return statement if it does not return a value?
Explain what are header files and explain what are its uses in c programming?
How do I convert a string to all upper or lower case?
main() { printf("hello"); fork(); }
Who invented bcpl language?
How can you increase the allowable number of simultaneously open files?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is dynamic memory allocation?
Explain what is the difference between the expression '++a' and 'a++'?
Which is the memory area not included in C program? give the reason
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What does sizeof int return?