GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Honey Well  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 2 of 5    Print  
what is datastructure and with an example ?

  
Total Answers and Comments: 4 Last Update: November 17, 2007     Asked by: naveen 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 14, 2006 07:07:09   #1  
amit sureshkumarji agrawal        

RE: what is datastructure and with an example ?

data structure is nothing but the composition two or more data datatypes .

struct record { int data ; struct record *next };


 
Is this answer useful? Yes | No
June 11, 2006 08:09:41   #2  
sateesh        

RE: what is datastructure and with an example ?
data structures means that combination of data with structures
 
Is this answer useful? Yes | No
July 05, 2007 08:39:55   #3  
vaniii        

RE: what is datastructure and with an example ?

Datastructure deals not only the location where datas are stored but also provides the relationship between the data.
e.g:
marks scored by a student in five sub..

struct marks

{

char name[20];

int phy che mat bot zoo;

}a;
phy 99
che 98
mat 100
bot 90
zoo 80
the phy che.... are variables.obviously they stored in memory in different locations...from their values we can infer that these variables provides details of marks scored by a student...so the relationship is marks


 
Is this answer useful? Yes | No
November 17, 2007 00:44:49   #4  
sreekanth        

RE: what is datastructure and with an example ?
data structures are structures used for implementing different data in a program.
examples are
1)tree
2)queue
3)list
4)heap

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape