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
When a c file is executed there are many files that are automatically opened what are they files?
What is the difference between a function and a method in c?
What is volatile, register definition in C
What is the difference between new and malloc functions?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is the explanation for modular programming?
What is restrict keyword in c?
What is auto keyword in c?
write a program to find out prime number using sieve case?
Does c have an equivalent to pascals with statement?
What is sizeof int?
what do you mean by enumeration constant?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is %g in c?
How do we open a binary file in Read/Write mode in C?