what does data structure mean?

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


Please Help Members By Posting Answers For Below Questions

What are different types of variables in c?

566


What type is sizeof?

578


What is data structure in c language?

599


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

823


How do shell structures work?

563






Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

645


What are the advantages of using linked list for tree construction?

639


a value that does not change during program execution a) variabe b) argument c) parameter d) none

688


What is c language & why it is used?

574


What is #pragma statements?

583


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1572


What does double pointer mean in c?

571


What are variables and it what way is it different from constants?

778


What is the scope of local variable in c?

572


State two uses of pointers in C?

636