Say I have a 3 dimensional array as follows and I want to print out what I underlined,(GCT), in the following array. I tried cout<<codons[0][0]<<endl; but it is giving me the entire row rather than the first 3 chars. Sorry if my question is poorly phrased and thanks in advance.