Qus : Which of the following function declaration need not have a return statement in its body?
QusWhich of the following function declaration need not have a return statement in its body?
A. int a(char *s) B. void b(int a[], int n)
C. float *c() D. short d(long x)