b. tech.

Multiply two matrices Program in C

WAP to add and multiply two matrices of order nxn.

Bubble Sort Program in C

WAP to sort the elements of the array in ascending order using Bubble Sort technique.

Linear Search Program in C

WAP to search an element in a array using Linear Search.

Minimum and maximum element of the array Program in C

WAP to find the minimum and maximum element of the array.

Inputs two arrays and saves sum in a third array Program in C

WAP that inputs two arrays and saves sum of corresponding elements of these arrays in a third array and prints them.

Sum of array elements Program in C

WAP that simply takes elements of the array from the user and finds the sum of these elements.

Binary number into decimal number and vice versa Program in C

WAP to convert binary number into decimal number and vice versa.

Armstrong numbers Program in C

A positive number is called armstrong number if it is equal to the sum of cubes of its digits.

Reverse of a number Program in C

WAP to find the reverse of a number.

Sum of digits Program in C

WAP to find the sum of digits of the entered number.

1 2 3 4 10