what is data structure.in linear and non linear data
structures which one is better?Explain
Answer Posted / rama krishna sidhartha
A data structure is a collection or organization of the data
in computer memory
(or)
A data structure is arrangement of data in a computer's
memory or even disk storage.
In linear and non-linear data structures, linear data
structure is better than non linear data structure. Because
in linear data structure, the elements of the data structure
are represented in the sequence. Whereas, in non linear data
structure is not in sequence.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is sizeof a keyword in c?
How can you find the exact size of a data type in c?
What is getche() function?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Explain why can’t constant values be used to define an array’s initial size?
Why calloc is better than malloc?
how we can make 3d venturing graphics on outer interface
What is the difference between char array and char pointer?
Explain what is the difference between a free-standing and a hosted environment?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is dynamic memory allocation?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Can a variable be both static and volatile in c?
define string ?
What is memcpy() function?