Knowledge in C programming

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.

Program to declare a pointer and to explain the initialization of the pointer.

Using pointers which shares the address of another variable.

Program to find maximum from an array using pointers.

To find maximum from an array using pointers.