Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

c static

A static variable inside a function keeps its value between invocations.
A static global variable or a function is "seen" only in the file it's declared in
 
PREVIOUS NEXT
Tagged: #static
ADD COMMENT
Topic
Name
7+6 =