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
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is void pointers in c?
What are register variables in c?
What is a structural principle?
Is array a primitive data type in c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Can include files be nested?
Can a pointer be volatile in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the difference between the local variable and global variable in c?
Explain the difference between strcpy() and memcpy() function?
What is the difference between the = symbol and == symbol?
What is meant by high-order and low-order bytes?
What are variables c?