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 { Operating Systems }

Can we add or delete an element after assigning an array?

1061


If you do not initialize an array what will happen?

1023


what is the difference between mutexes and semaphores?

1281


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

933


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

910


Write a Program for Insert in a sorted list

922


what is a balanced tree.

992


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

905


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.

946


How will you reverse Linked List.

905


Write a Program for Linked list manipulation.

1040


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

901