C keywords: static
From cppreference.com
 
 
 
 
 
  C 
 Concurrency support (C11)
 Keywords 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
(C23)
(C23)
(C23)
(C23)
  (C23)
(C99)
(C23)
(C99)
  static
(C23)
(C23)
(C23)
(C23)
(C23)
  (C11*)
(C11*)
(C11)
(C23)
(C99*)
(C99)
(C23)
(C23)
(C23)
(C11)
(C99)
(C11*)
(C11*)
(C11*)
 conditionally-supported
[edit] Usage
- declarations of file scope with static storage duration and internal linkage
 - definitions of block scope variables with static storage duration and initialized once
 
- static array indices in function parameter declarations.