+ 2
What is static variable...???
2 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.