What are Initializers?
What should be the initializers for static
storage type variables?
What are the initializers for auto
storage type variables?
What can we initialize structs
with?
What are the default values for auto
variables?
What are the default values for static
variables?