What is the difference between file structure and storage structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is sequential sorting?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Explain Queue
Explain the priority queue?
What is a graph?
Define distributed query and linked server?
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 ].
How would you use bsearch() function to search a name stored in array of pointers to string?
What is a directed graph?
Why do we use collections?
What is a minimum spanning tree?
What are the difference between a stack and a queue?