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 the difference between arrays and linked list

Answer Posted / manikandan.s

Array is a collection of similar data-items and stored in sequence order with fixed size of memory.

But lined list contains collection of node. Each node link between other node and pointer is used to identify the position. Node consists of element and address of next element.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2545


while initialization of array why we use a[][2] why not a[2][]...?

2365


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2096


using for loop sum 2 number of any 4 digit number in c language

2350


Tell me when would you use a pointer to a function?

1066


what is stack , heap ,code segment,and data segment

2700


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1298


Write a Program to accept different goods with the number, price and date of purchase and display them

6238


What are the keywords in c?

1125


will u please send me the placement papers to my mail???????????????????

1840


Can we access array using pointer in c language?

1092


What is #include stdio h?

1122


Can a variable be both const and volatile?

1133


What is ambagious result in C? explain with an example.

2638


What does the c in ctime mean?

1098