A string can be considered as an array of characters. Is it possible to initialise the string (just like an integer array of any dimensions)? If so, how should the initialisation be done?
Assume the character array declared here is called arr, with a constant SIZE defined as 10 .