new name[ 2 ][] = { "hello", "ok"}orcopy( name[ 0 ] , charsmax( name[] ) , "hello" );copy( name[ 1 ] , charsmax( name[] ) , "ok" );