About this document
C Program: Static Variable Example by snvrsumanth is a document available to read on EtoBox.
- Author
- snvrsumanth
- Language
- EN
C Program: Static Variable Example by snvrsumanth is a document available to read on EtoBox.
The code defines a static array and function that increments and prints the array values each time it is called in a loop from main; main prints a greeting and calls the function 3 times in a loop.