insert
Code:
char matrix[10][10] = { 'H', 'e', 'l', 
                                     'l' , 'o', 'I'}

So my expected output is HleolI.