Answer Posted / baskar.m
An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.
what does data structure mean?
Answer
# 3 every group of element be arranged in either
mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
a c code by using memory allocation for add ,multiply of sprase matrixes
What is substring in c?
What is a program flowchart and explain how does it help in writing a program?
What is the advantage of an array over individual variables?
Are pointers integer?
Explain what is the difference between a free-standing and a hosted environment?
How can I list all of the predefined identifiers?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Why enum is used in c?
Is multithreading possible in c?
How do you determine whether to use a stream function or a low-level function?
What is c basic?
Where static variables are stored in memory in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is variable and explain rules to declare variable in c?