Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what does data structure mean?

Answers were Sorted based on User's Feedback



what does data structure mean?..

Answer / <<123>>

data structure is a way of storing data in a computer so
that it can be used efficiently.

Is This Answer Correct ?    23 Yes 1 No

what does data structure mean?..

Answer / richa

and also by default static variable is initialised to
zero...

Is This Answer Correct ?    10 Yes 0 No

what does data structure mean?..

Answer / ajay009ajay@yahoo.co.in

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 ?    9 Yes 0 No

what does data structure mean?..

Answer / 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

what does data structure mean?..

Answer / rose

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.

Is This Answer Correct ?    3 Yes 1 No

what does data structure mean?..

Answer / jarke

Data structure is an organized way of storing and
retrieving data or information that includes different
methods like queues,stack,link list,tree etc.

Is This Answer Correct ?    4 Yes 2 No

what does data structure mean?..

Answer / dippi

data structure is a structure in which elements having
different datatypes can be kept

Is This Answer Correct ?    5 Yes 4 No

what does data structure mean?..

Answer / irfan ullah(pak)

Data structure is an organization of data in computer memory to minimize memory wastage and improve processing speed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the acronym for ansi?

0 Answers  


Explain what is a const pointer?

0 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


write a program to print largest number of each row of a 2D array

0 Answers  


How many parameters should a function have?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


What is a program?

0 Answers  


What is the equivalent code of the following statement in WHILE LOOP format?

0 Answers  


What is the difference between a function and a method in c?

0 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


Categories