Which of them is false about a Static data member within a class
A single copy of the data member exists
The data member is initialised to zero before the first object is created
Requires a global definition
Storage is allocated to the static data member on declaration