C Programming
Which is the only function all C programs must contain?
13, 10, 24, 50
50, 13, 24, 50
50, 13, 11, 13
13, 13, 24, 13
50, 13, 24, 13
ANSWER
DOWNLOAD EXAMIANS APP
void fun(int *p[3][4]){}
None of these
void fun(int *p[4]){}
void fun(int p[][4]){}
void fun(int *p[][4]){}
ANSWER
DOWNLOAD EXAMIANS APP
↑