Mulitdimensional String array in cuda How to declare a multidimensional character array in cuda

Hey friends i am new to this cuda programming .I will be glad if anyone can help me.
My problem goes as follows
I want to declare a multidimensional character array and pass it as an argument to a kernel after copying some data from another character array
i will be glad if anyone can tell me the steps or show a code snippet to do it.