What is the benefit of using arrays of pointers instead of several pointer variables?
The benefit of using arrays of pointers is that you can use a for loop to step through each element of the array to access memory addresses that are assigned to the array. This must be done in order to efficiently access and reorder the values stored in memory.
What is an Abstract Data Type? What do you mean by a Dynamic Data Structure?
Write a C program to multiplication of two matrix.
Write a C program to find the multiplication table of any no.
Write a C program to print all prime no.(1-100).
What is a minimum spanning tree ? Describe Huffman’s Algorithm.
Draw the ER diagram of a hospital and explain.