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
what are enumerations in C
Explain continue keyword in c
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is zero based addressing?
What are the different types of objects used in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the size of array float a(10)?
What is wrong with this initialization?
What is the difference between int main and void main?
Why is void main used?
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
Can we change the value of constant variable in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is wild pointer in c with example?
What are qualifiers?