Tag: C Programming

An Introduction to Pointers

Pointers are variables that hold address of another variable of same data type. Pointers are one of the most distinct and exciting features of C language. It provides power and

User Defined Data Types in C Language

User Defined Data Types in C Language In C programming language we have many user defined data types like structure, union, bit field, enumerator, typedef etc. The most commonly used