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
What is cohesion and coupling in c?
What are the types of bitwise operator?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the difference between near, far and huge pointers?
What are multibyte characters?
What are run-time errors?
Is it valid to address one element beyond the end of an array?
Explain how many levels deep can include files be nested?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Write a code to remove duplicates in a string.
How can I write a function that takes a format string and a variable number of arguments?
Find MAXIMUM of three distinct integers using a single C statement
What is bss in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How do c compilers work?