Local,Static and Global variables in C
In this article, I will explain the local static and global variables in C. Basically variable defines a location name where you can put value and you can use these values whenever required in the program. You can also read below Articles, 1. Introduction of data types 2. Variable in C 3. Storage Class introduction […]
Local,Static and Global variables in C Read More »