Difference between data structure and data base.
Answer Posted / rajesh
Data structure is a collection of different data items and
data base is a collection of records.
In data structures like stack, queue etc, we enter or take
data from any one side only but in data base we enter or
take data from any where.
| Is This Answer Correct ? | 57 Yes | 26 No |
Post New Answer View All Answers
what do u mean by Direct access files? then can u explain about Direct Access Files?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain what are multibyte characters?
What is the general form of a C program?
Where in memory are my variables stored?
Explain what is the benefit of using an enum rather than a #define constant?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
provide an example of the Group by clause, when would you use this clause
code for find determinent of amatrix
What is the difference between fread and fwrite function?
What is dangling pointer in c?
Do you know the use of fflush() function?
Write the syntax and purpose of a switch statement in C.
What is const and volatile in c?