In this article we will learn about types of variables in C language. We will start with what is variable and then learn about types of variables like local variables and global variables. A variable is a memory location inside memory which is referred using a name. The value inside a variable changes throughout […]