What is the purpose of static constructor?
to clear all the static members' initialized values
to initialize all the members with static value
to initialize the static members of class
to delete the static members when not required