+ 1

Explain static variable in C programming

27th Jul 2022, 10:49 AM
Rakesh Rakesh
2 Answers
+ 6
Rakesh Rakesh static variables are generally initialized once which can be defined either inside the function or outside The compiler persists with the variable till the program ends Hope it helps you!
27th Jul 2022, 11:12 AM
Suparna Das
Suparna Das - avatar