/* In C, a scalar variable is a unique element, while an array (vector) is a ...
// By default, all the array elements are assigned the zero value of the array type. // For example, if we declare an integer array, all the elements will be initialized with zero. // If we declare a ...