Difference between data structure and data base.
Answer Posted / shruthi chandran
Data Structure - How data are stored or arranged. For Example:- Are they arranged Linearly or non-Linearly. Linear means they are arranged one after the other in contigous memory locations. Examples include Arrays, Lists
Database is a collection of information that is organised so that it can be easly accessed,managed and updated
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain high-order bytes.
What is p in text message?
How to declare a variable?
Explain what are the standard predefined macros?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is modifier & how many types of modifiers available in c?
When do we get logical errors?
How do you write a program which produces its own source code as output?
What is #define used for in c?
When is a void pointer used?
Mention four important string handling functions in c languages .
What is the c language function prototype?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.