C Programming
What is the return value of the following statement if it is placed in C program? strcmp("ABC", "ABC");
None of these
void fun(int *p[4]){}
void fun(int *p[][4]){}
void fun(int p[][4]){}
void fun(int *p[3][4]){}
ANSWER
DOWNLOAD EXAMIANS APP
↑