Variable Declaration in C programming

Variables is the place inside the main memory which is basically used to store particular type of data which can be vary during the program execution or in simple word we can say name given to memory location. Here in this tutorial we will discuss about variable declaration in detail with example.



Watch this tutorial to learn about Variable Declaration