gtgo
Civil/Environmental
- Jun 3, 2006
- 2
Hi, i am having trouble of how to find and display a sequence of characters in a 2D array.
the 2D array is:
table_1 [6] {'\o', 'K', 'E', 'N', 'Z', '\o'}
table_2 [6] {'\o', 'Q', 'M', 'D', 'O', '\o'}
therefore, what should i do to find and display the results of 'K', 'E', 'N'
'D', 'O' ?
the 2D array is:
table_1 [6] {'\o', 'K', 'E', 'N', 'Z', '\o'}
table_2 [6] {'\o', 'Q', 'M', 'D', 'O', '\o'}
therefore, what should i do to find and display the results of 'K', 'E', 'N'
'D', 'O' ?