Choose the correct statement about static member variable in C++.
1
It is used to give special characteristics to an element
2
It is allocated storage only once in a program lifetime
3
Static keyword can be used in static class objects
4
All A, B and C