
Initialization of variables: When declaring a variable, its value is by default undetermined. But you may want a variable to store a determined value when you declared it. In order to do that, you can initialize the...