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...

Un-Answered Questions { Data Structures }

Write a Program for Delete an element from a doubly linked list.

907


Write a Program for Reverse a linked list.

959


Write code for reversing a linked list.

962


What is breadth first tree?

1003


Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.

948


How will you reverse Linked List.

907


Write a Program for Linked list manipulation.

1042


How would you reverse characters of an array without using indexing in the array.

903


How would you reverse the characters of an array?

936


an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

986


Does mentioning the array name gives the base address in all the contexts?

1388


How can you correct these errors?

994


Explain binary searching, Fibonacci search.

950


How would you use qsort() function to sort the name stored in an array of pointers to string?

954


What do you mean by Syntax Error

1077