 |
Static Keyword in C++ - Static Variables, Methods and Objects
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. ... Static Keyword Static is a keyword in C++ used to give special characteristics
www.studytonight.com |
 |