+ 1
Static is a keyword in C++ used to give special characteristics to an element. Static elements are allocated storage only once in a program lifetime in static storage area. And they have a scope till the program lifetime.
30th Oct 2016, 2:43 PM
OmGupta
OmGupta - avatar