Saturday, March 15, 2008

Data Structure using C C++ Interview Questions for Freshers

What is data structure?




List out the areas in which data structures are applied extensively?




If you are using C language to implement the heterogeneous linked list, what pointer type will you use?




What is the data structures used to perform recursion?




What are the methods available in storing sequential files ?




In RDBMS, what is the efficient data structure used in the internal storage representation?




What is a spanning Tree?




Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?




Whether Linked List is linear or Non-linear data structure?


List out the areas in which data structures are applied extensively?




If you are using C language to implement the heterogeneous linked list, what pointer type will you use?




What is the data structures used to perform recursion?




Whether Linked List is linear or Non-linear data structure?




Tell how to check whether a linked list is circular.




What is the difference between ARRAY and STACK?




What is the difference bitween NULL AND VOID pointer?




What is precision?




What is impact of signed numbers on the memory?




How memory is reserved using a declaration statement?




How many parts are there in a declaration statement?




Is Pointer a variable?




What is Data Structure?




What is significance of ” * ” ?




Why do we Use a Multidimensional Array?




How do you assign an address to an element of a pointer array ?




Run Time Memory Allocation is known as….




What method is used to place a value onto the top of a stack?




What method removes the value from the top of a stack?




What does isEmpty() member method determines?



What is a queue ?




What is the relationship between a queue and its underlying array?




Which process places data at the back of the queue?




Why is the isEmpty() member method called?




How is the front of the queue calculated ?




What does each entry in the Link List called?




What is Linked List ?




What member function places a new node at the end of the linked list?




How is any Data Structure application is classified among files?




Which file contains the definition of member functions?




What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model.




Difference between calloc and malloc?


What is the quickest sorting method to use?




How can I search for data in a linked list?




What is the heap?




What is the easiest sorting method to use?




What is the bucket size, when the overlapping and collision occur at same time?




In an AVL tree, at what condition the balancing is to be done?




Minimum number of queues needed to implement the priority queue?




How many different trees are possible with 10 nodes ?




What is a node class?




When can you tell that a memory leak will occur?




What is placement new?

No comments: