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
Why do we use namespace feature?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Is main is user defined function?
What is the maximum length of an identifier?
What is bubble sort in c?
Explain what is #line used for?
Explain what is the benefit of using enum to declare a constant?
Which is an example of a structural homology?
What is dangling pointer in c?
What is binary tree in c?
What is an array? What the different types of arrays in c?
How can I open a file so that other programs can update it at the same time?
Difference between pass by reference and pass by value?
#include
Write a program of prime number using recursion.