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