C program to pass an array of strings to a function
Given an array of strings and we have to pass to a user define function and print the strings in the function using C program.
Here is the function that we have used in the program,
void Strfun(char **ptr , int count)
Program to pass an array of strings to a function in C
Output
need an explanation for this answer? contact us directly to get an explanation for this answer