Lab Exam PDF
Lab Exam PDF
Tech/SEM-2/CS291/2015-16
* *
** **
*** ***
**** ****
***** *****
************
9) WAP to find the transpose of a matrix.
10) WAP to sort the elements of an unsorted array using Bubble Sort.
11) WAP to delete an element from array.
12) WAP using function reverse of a string without using string library functions.
13) WAP to calculate the length of a string without using string library functions.
14) WAP to insert a new element in a specified position in an array.
15) WAP to find the Maximum and Minimum element of array.
16) WAP to calculate the sum of two matrix.
17) WAP to copy a string to another string without using library functions.
18) Write a recursive function to calculate factorial of a number. Also calculate S= 1 + 1/2! + 1/3! + ……………+ 1/n!
19)WAP to print Pascal triangle..
20) WAP to check whether a number is palindrome or not without using string library function.
21) WAP of Binary search.
22) WAP to check even/odd and find out sign of the value using switch case.
23) WAP to convert a binary number into its decimal number.
24) WAP to check a number is perfect or not.
25) WAP of Linear search.