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 there anything like an ifdef for typedefs?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Is it cc or c in a letter?
How many levels of pointers can you have?
What are the usage of pointer in c?
What is the use of c language in real life?
Why is c faster?
Explain how do you list files in a directory?
Why header file is used in c?
Is c call by value?
What is sizeof in c?
What is the symbol indicated the c-preprocessor?
What is a class c rental property?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what are preprocessor directives?