Knowledge in c language

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.

Program to find GCD of two numbers.

This is to find greatest common divisor bw two numbers.

Program to declare a structure and access it's elements.

First giving the details of a person in a structure and then accessing those elements.

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 for copying one structure into another.

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

Program to explain nested structure.

It explains structure with in a structure.

Program to explain UNION.

This explains union which shares a single memory

Program to explain difference between structure and union.

This is to explain the differences between structure and union.

Program to explain macros with arguments.

This explains about macros with arguments.