Difference between data structure and data base.
Answer Posted / pa
Database is a organized collection of data.
Data structure is way to organized data in logical and
mathematical method.
i
In database their is no need of any operation.
In data structure various operations are used to perform
data effectively.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is modeling?
How is a pointer variable declared?
Do you know what are bitwise shift operators in c programming?
Explain union. What are its advantages?
Is it possible to have a function as a parameter in another function?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
Are bit fields portable?
What is void main ()?
What is the difference between int main and void main in c?
Explain what is the difference between a free-standing and a hosted environment?
What is difference between constant pointer and constant variable?
What are header files why are they important?
The statement, int(*x[]) () what does in indicate?
Without Computer networks, Computers will be half the use. Comment.