okay that you for your help. One more question, how can I show the index number of the array element. For example I have an array element char apples[3] = 'green';, i want to show it like like
Numbered Element = 3 Contents of Element within Array is = green




Reply With Quote