This question was asked to me in an interview:
What is a static constructor?
Does it exist in C++? If yes, please explain it wit
In C++, there is no such thing as a static constructor.