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 is data structure.in linear and non linear data
structures which one is better?Explain

Answer Posted / ashi

A data structure is arrangement of data in a computer's
memory even disk storage linear data is better than non liner

Is This Answer Correct ?    15 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I invoke another program or command and trap its output?

1093


What is typedef struct in c?

1046


What is getch?

1183


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1252


What are operators in c?

1022


What is ctrl c called?

1040


What functions are used for dynamic memory allocation in c language?

1145


Where local variables are stored in c?

999


Write a program to swap two numbers without using a temporary variable?

1118


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2067


What are the disadvantages of c language?

1189


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1278


Explain what is the benefit of using an enum rather than a #define constant?

1216


Explain how do you determine whether to use a stream function or a low-level function?

1076


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2118