c language tutorial

Compare the contents of two files Program in C

WAP to compare the contents of two files and determine whether they are same or not.

Swap two elements using the concept of pointers Program in C

WAP to swap two elements using the concept of pointers.

Structure data type Program in C

Define a structure data type in C language

String Functions Program in C

WAP to implement strlen (), strcat (),strcpy () using the concept of Functions.

Sum of diagonal elements of a mxn matrix Program in C

WAP that finds the sum of diagonal elements of a mxn matrix.

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.

1 2 3 4 5 6 13