Difference between data structure and data base.

Answer Posted / pa

Database is a organized collection of data.
Data structure is way to organized data in logical and
mathematical method.
i
In database their is no need of any operation.
In data structure various operations are used to perform
data effectively.

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a variable be both constant and volatile?

558


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2224


What is void pointers in c?

586


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

769


What are operators in c?

582






What are valid signatures for the Main function?

701


What is #pragma statements?

587


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2718


How to explain the final year project as a fresher please answer with sample project

467


Which header file is essential for using strcmp function?

937


Why void is used in c?

564


What does the c preprocessor do?

619


c language interview questions & answer

1457


What is zero based addressing?

713


What is a pointer in c?

681