char *s[15];
s is an array of 15 element pointer to type char
Previous Question Next Question
Your comments will be displayed only after manual approval.