WAP to check whether a given word exists in a file or not. If yes then find the number of times it occurs.
WAP to compare the contents of two files and determine whether they are same or not.
WAP to swap two elements using the concept of pointers.
Define a structure data type in C language
WAP to implement strlen (), strcat (),strcpy () using the concept of Functions.
WAP that finds the sum of diagonal elements of a mxn matrix.
WAP to add and multiply two matrices of order nxn.
WAP to sort the elements of the array in ascending order using Bubble Sort technique.
WAP to search an element in a array using Linear Search.
WAP to find the minimum and maximum element of the array.