You are on page 1of 3

Name- Rishabh Jha

Class-CSE-2A(G2)
Roll Number- 1084

Q1. . Write a program in C to sort the given integer numbers of array


{87,63,54,25,70,37,15,24} using Mergesort ,print the sorted list.
Output-

Q2. Write the name and significance of data structure used for storing different
type of data element in continues memory allocation.
Ans- Structures are used to store various types of data elements in a single entity,
with the variables in the structure receiving continuous memory allocation.
Structures may be used to create complex data types, which group various types
of variables with various data types under a single name and are useful in a
variety of situations.

You might also like