C Programming
Which of the following function is used to find the first occurrence of a given string in another string?
void fun(int *p[][4]){}
void fun(int *p[4]){}
None of these
void fun(int *p[3][4]){}
void fun(int p[][4]){}
ANSWER
DOWNLOAD EXAMIANS APP
↑