Knowledge in C programming

Program to search an element in an array using pointers (linear search).

This programs explains to search any required element from an array using pointers concept.

Program to search an element in an array using pointers (linear search).

This programs explains to search any required element from an array using pointers concept.

Program to search an element in an array using pointers (linear search).

This programs explains to search any required element from an array using pointers concept.

Program to search an element in an array using pointers (linear search).

This programs explains to search any required element from an array using pointers concept.

Greatest common divisor

Knowledge about greatest common divisior

Program to explain bubble sort using pointers.

Bubble sort is one of the types of sorting .which results in the arrangement of elements in ascending or descending order.

Program to read a file and perform read and write operate to it.

Read and write a file includes fclose ,fopen operators.

Program to copy one file into another.

This program explains how to copy one file into another....

Program to explain function with return type pointers.

This program completely explains about the function with return type pointers .

Program to explain pointers to strings.

Using 'char' data type we construct a program.

Program to explain pointer to pointer.

This program explains how can one pointer points another pointer.