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
Why main is not a keyword in c?
FILE PROGRAMMING
What are the loops in c?
What is the difference between constant pointer and constant variable?
Explain how do you declare an array that will hold more than 64kb of data?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
What is function in c with example?
What is the argument of a function in c?
How do I create a directory? How do I remove a directory (and its contents)?
What is the use of bit field?
code for find determinent of amatrix
Why double pointer is used in c?
What does node * mean?
How can I trap or ignore keyboard interrupts like control-c?
Can you define which header file to include at compile time?