+ 2
What is static variable...???
3 Answers
+ 3
Omg great explanation š±š±
+ 2
In computer programming, aĀ static variableĀ is aĀ variableĀ that has been allocated "statically", meaning that its lifetime (or "extent") is the entire run of the program.