Can we add or delete an element after assigning an array?
If you do not initialize an array what will happen?
what is the difference between mutexes and semaphores?
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).
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Write a Program for Insert in a sorted list
what is a balanced tree.
Write a Program for Delete an element from a doubly linked list.
Write a Program for Reverse a linked list.
Write code for reversing a linked list.
What is breadth first tree?
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.
How will you reverse Linked List.
Write a Program for Linked list manipulation.
How would you reverse characters of an array without using indexing in the array.