VARIABLES IN C

In C programming, a variable is a named storage location that holds a value with a specific data type. Variables allow you to manipulate and store data in your program.

Example                

a=100;b=”vikas”;