In this article we are going to talk about the static variables in C.
Here we will be talking about:
Introduction to static variablesDifference between static and automatic variablesImportant points related to static variables
Before we get ahead with our topic first lets take a quick view on -
Some important terms related to C programming language
Variable -A variable is used to store some value and points to a specific memory location.
Scope -The region of program where you can acces...
Published on February 25, 2021 08:16