Chiranji Nagarani

I've been pursuing my graduation . And im very much interested in content writing and article writing. And I love to explore.

Student at University college of engineering and technology for women

Studied at Model high school

Certified in Line follower robot workshop

Program to explain random access file.

This program explains about a random access file. Here file pointers is used as well as rewind also

Program to explain function with return type pointers.

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

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 copy one file into another.

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

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

Read and write a file includes fclose ,fopen operators.

Program to explain UNION.

This explains union which shares a single memory

Program to explain nested structure.

It explains structure with in a structure.

Program for copying one structure into another.

This is to explain how to copy one structure to another.

Program to read a structure student with name,rollno,marks,and find the avg.

This is finding avg of 6subjects marks of a student structure

Program to print Fibonacci series using function s

Fibonacci series is nothing but the third digit is equal to the sum of the first two digits.