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
Differentiate between new and malloc(), delete and free() ?
C language questions for civil engineering
What is the difference between declaring a variable and defining a variable?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Does c have class?
What is the use of the function in c?
Explain what are multibyte characters?
using only #include
How we can insert comments in a c program?
how many key words availabel in c a) 28 b) 31 c) 32
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What are the main characteristics of c language describe the structure of ac program?
What is exit() function?
What is c token?
Why c is a mother language?