char str[10];//normal character array char word[10][100]={ "apple-a fruit","elephant-an animal","cricket-a game"}; //2-D array
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)