9 Answers
New AnswerThe array is used as parameter for a function. Thanks all, I solved the problem by using pointer to pointer to traverse though the array. Martin Taylor Coder Kitten
char **planets; planets = malloc(sizeof(char*) * 8); this function is use for the memory of numbers in c.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message