The initialization of any character done in C is: Char ( p) [12][12] = array. What is initialization anyway? This is the process wherein you will place an initial value for the object or variable that you have chosen. Initialization is different depending on several factors. In the given, the initialization had to be done in C.
Other things that may affect the initialization process are the following: type, storage class, and other elements. There are some rules about declaring variables in C. Try to be familiar with them before you do some initialization. One example is to always start the initialization with a letter. The next characters can be composed of numbers.