Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Lab -2 (Data Structure)

I. WAP with function to swap two numbers using call by reference.


II. WAP with function to swap two integer arrays of same size using call by reference.
III. WAP to reverse an array by swapping (without using additional memory).
IV. WAP with function to swap two strings using pointers.
V. WAP to find the number of non-Repeated elements in an Array.
VI. WAP to identify the missing numbers in a given Array within the range [1...N].
VII. WAP to find the Median of the elements after merging the two sorted Arrays of same size.

You might also like