I want to pass my 2D char array to another function by reference. I did same thing with my int ** it works perfectly. But when it come to char ** same method is broken. I tr