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
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain what is #line used for?
can we implement multi-threads in c.
What is the difference between new and malloc functions?
What are integer variable, floating-point variable and character variable?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Who invented bcpl language?
Define the scope of static variables.
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why ca not I do something like this?
What language is c written?
What is optimization in c?
What is a stream in c programming?
How can you determine the size of an allocated portion of memory?
How can I get the current date or time of day in a c program?